#c08131

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

Shades of Geebung #C08131

Tints of Geebung #C08131

Color information

#C08131 (or 0xC08131) is unknown color: approx Geebung. HEX triplet: C0, 81 and 31. RGB value is (192,129,49). Sum of RGB (Red+Green+Blue) = 192+129+49=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C08131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08131 is #3F7ECE. Grayscale: #8B8B8B. Windows color (decimal): -4161231 or 3244480. OLE color: 3244480.

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

Color convert

RGB19212949-
CMYK00.330.740.25
HSL33.57º59.34%47.25%-
HSV(B)33.57º74.48%75.29%-
XYZ30.1427.136.55-
YUV138.7277.37166-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=51.89%
G=34.86%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921294900.330.740.2533.5759.3447.25
HexC081310214A19223b2f
Octal3002016104111231427357
Binary11000000100000011100010100001100101011001100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08131; }

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

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

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

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

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

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

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

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