#C08027

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

Shades of Geebung #C08027

Tints of Geebung #C08027

Color information

#C08027 (or 0xC08027) is unknown color: approx Geebung. HEX triplet: C0, 80 and 27. RGB value is (192,128,39). Sum of RGB (Red+Green+Blue) = 192+128+39=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C08027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08027 is #3F7FD8. Grayscale: #898989. Windows color (decimal): -4161497 or 2588864. OLE color: 2588864.

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

Color convert

RGB19212839-
CMYK00.330.800.25
HSL34.9º66.23%45.29%-
HSV(B)34.9º79.69%75.29%-
XYZ29.8226.795.52-
YUV136.9972.7167.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=53.48%
G=35.65%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921283900.330.800.2534.966.2345.29
HexC08027021501923422d
Octal30020047041120314310255
Binary110000001000000010011101000011010000110011000111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08027; }

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

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

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

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

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

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

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

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