#C08024

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

Shades of Geebung #C08024

Tints of Geebung #C08024

Color information

#C08024 (or 0xC08024) is unknown color: approx Geebung. HEX triplet: C0, 80 and 24. RGB value is (192,128,36). Sum of RGB (Red+Green+Blue) = 192+128+36=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08024 is #3F7FDB. Grayscale: #898989. Windows color (decimal): -4161500 or 2392256. OLE color: 2392256.

HSL color Cylindrical-coordinate representation of color #C08024: hue angle of 35.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08024 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19212836-
CMYK00.330.810.25
HSL35.38º68.42%44.71%-
HSV(B)35.38º81.25%75.29%-
XYZ29.7826.775.27-
YUV136.6571.2167.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 36 (14.45% from 255) = 10.11%
R=53.93%
G=35.96%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921283600.330.810.2535.3868.4244.71
HexC08024021511923442d
Octal30020044041121314310455
Binary110000001000000010010001000011010001110011000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08024; }

 p { color: rgb(192,128,36); }

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

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

 a { background-color: rgb(192,128,36); }

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

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

 span { border-color: rgb(192,128,36); }

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