Shades of Geebung #C08136
Tints of Geebung #C08136
RGB
CMYK
RGB Variations
Color information
#C08136 (or 0xC08136) is known color: Geebung. HEX triplet: C0, 81 and 36. RGB value is (192,129,54). Sum of RGB (Red+Green+Blue) = 192+129+54=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08136 is #3F7EC9. Grayscale: #8B8B8B. Windows color (decimal): -4161226 or 3572160. OLE color: 3572160.
HSL color Cylindrical-coordinate representation of color #C08136: hue angle of 32.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08136 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 54 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.25 |
| HSL | 32.61º | 0.56% | 0.48% | - |
| HSV(B) | 32.61º | 0.72% | 0.75% | - |
| XYZ | 30.25 | 27.17 | 7.14 | - |
| YUV | 139.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 54 | 0 | 0.33 | 0.72 | 0.25 | 32.61 | 0.56 | 0.48 |
| Hex | C0 | 81 | 36 | 0 | 21 | 48 | 19 | 21 | 38 | 30 |
| Octal | 300 | 201 | 66 | 0 | 41 | 110 | 31 | 41 | 70 | 60 |
| Binary | 11000000 | 10000001 | 110110 | 0 | 100001 | 1001000 | 11001 | 100001 | 111000 | 110000 |
Color Harmonies of #C08136
Complementary color
Monochromatic Colors of #C08136
Black with #C08136
Text Example
Text Example
White with #C08136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08136; }
p { color: rgb(192,129,54); }
H1.HeaderClassName
{
color: #C08136;
}
.AnyTagClassName
{
color: #C08136;
}
</style>
background-color css
<style>
a { background-color: #C08136; }
a { background-color: rgb(192,129,54); }
div.DivClassName
{
background-color: #C08136;
}
.BgClassName
{
background-color: #C08136;
}
</style>
border-color css
<style>
span { border-color: #C08136; }
span { border-color: rgb(192,129,54); }
td.TdClassName
{
border-color: #C08136;
}
.TagClassName
{
border-color: #C08136;
}
</style>