#C08431

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

Shades of Geebung #C08431

Tints of Geebung #C08431

Color information

#C08431 (or 0xC08431) is unknown color: approx Geebung. HEX triplet: C0, 84 and 31. RGB value is (192,132,49). Sum of RGB (Red+Green+Blue) = 192+132+49=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C08431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08431 is #3F7BCE. Grayscale: #8C8C8C. Windows color (decimal): -4160463 or 3245248. OLE color: 3245248.

HSL color Cylindrical-coordinate representation of color #C08431: hue angle of 34.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08431 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19213249-
CMYK00.310.740.25
HSL34.83º59.34%47.25%-
HSV(B)34.83º74.48%75.29%-
XYZ30.5427.936.69-
YUV140.4876.38164.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=51.47%
G=35.39%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921324900.310.740.2534.8359.3447.25
HexC0843101F4A19233b2f
Octal3002046103711231437357
Binary1100000010000100110001011111100101011001100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08431; }

 p { color: rgb(192,132,49); }

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

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

 a { background-color: rgb(192,132,49); }

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

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

 span { border-color: rgb(192,132,49); }

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