#C08227

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

Shades of Geebung #C08227

Tints of Geebung #C08227

Color information

#C08227 (or 0xC08227) is unknown color: approx Geebung. HEX triplet: C0, 82 and 27. RGB value is (192,130,39). Sum of RGB (Red+Green+Blue) = 192+130+39=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08227 is #3F7DD8. Grayscale: #8A8A8A. Windows color (decimal): -4160985 or 2589376. OLE color: 2589376.

HSL color Cylindrical-coordinate representation of color #C08227: hue angle of 35.69º 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 #C08227 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19213039-
CMYK00.320.800.25
HSL35.69º66.23%45.29%-
HSV(B)35.69º79.69%75.29%-
XYZ30.0927.325.61-
YUV138.1672.04166.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 39 (15.62% from 255) = 10.80%
R=53.19%
G=36.01%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921303900.320.800.2535.6966.2345.29
HexC08227020501924422d
Octal30020247040120314410255
Binary110000001000001010011101000001010000110011001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08227; }

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

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

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

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

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

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

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

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