#C38027

Color #C38027 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C38027

Tints of Geebung #C38027

Color information

#C38027 (or 0xC38027) is unknown color: approx Geebung. HEX triplet: C3, 80 and 27. RGB value is (195,128,39). Sum of RGB (Red+Green+Blue) = 195+128+39=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38027 is #3C7FD8. Grayscale: #8A8A8A. Windows color (decimal): -3964889 or 2588867. OLE color: 2588867.

HSL color Cylindrical-coordinate representation of color #C38027: hue angle of 34.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C38027 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19512839-
CMYK00.340.800.24
HSL34.23º66.67%45.88%-
HSV(B)34.23º80%76.47%-
XYZ30.5927.195.55-
YUV137.8972.2168.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 39 (15.62% from 255) = 10.77%
R=53.87%
G=35.36%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951283900.340.800.2434.2366.6745.88
HexC38027022501822432e
Octal30320047042120304210356
Binary110000111000000010011101000101010000110001000101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38027; }

 p { color: rgb(195,128,39); }

 H1.HeaderClassName
 {
   color: #C38027;
 }
 .AnyTagClassName
 {
   color: #C38027;
 }
</style>
background-color css

<style>
 a { background-color: #C38027; }

 a { background-color: rgb(195,128,39); }

 div.DivClassName
 {
   background-color: #C38027;
 }
 .BgClassName
 {
   background-color: #C38027;
 }
</style>
border-color css

<style>
 span { border-color: #C38027; }

 span { border-color: rgb(195,128,39); }

 td.TdClassName
 {
   border-color: #C38027;
 }
 .TagClassName
 {
   border-color: #C38027;
 }
</style>