Shades of Geebung #C08437
Tints of Geebung #C08437
RGB
CMYK
RGB Variations
Color information
#C08437 (or 0xC08437) is known color: Geebung. HEX triplet: C0, 84 and 37. RGB value is (192,132,55). Sum of RGB (Red+Green+Blue) = 192+132+55=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08437 is #3F7BC8. Grayscale: #8D8D8D. Windows color (decimal): -4160457 or 3638464. OLE color: 3638464.
HSL color Cylindrical-coordinate representation of color #C08437: hue angle of 33.72º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08437 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 55 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.25 |
| HSL | 33.72º | 0.55% | 0.48% | - |
| HSV(B) | 33.72º | 0.71% | 0.75% | - |
| XYZ | 30.68 | 27.98 | 7.4 | - |
| YUV | 141.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 55 | 0 | 0.31 | 0.71 | 0.25 | 33.72 | 0.55 | 0.48 |
| Hex | C0 | 84 | 37 | 0 | 1F | 47 | 19 | 22 | 37 | 30 |
| Octal | 300 | 204 | 67 | 0 | 37 | 107 | 31 | 42 | 67 | 60 |
| Binary | 11000000 | 10000100 | 110111 | 0 | 11111 | 1000111 | 11001 | 100010 | 110111 | 110000 |
Color Harmonies of #C08437
Complementary color
Monochromatic Colors of #C08437
Black with #C08437
Text Example
Text Example
White with #C08437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08437; }
p { color: rgb(192,132,55); }
H1.HeaderClassName
{
color: #C08437;
}
.AnyTagClassName
{
color: #C08437;
}
</style>
background-color css
<style>
a { background-color: #C08437; }
a { background-color: rgb(192,132,55); }
div.DivClassName
{
background-color: #C08437;
}
.BgClassName
{
background-color: #C08437;
}
</style>
border-color css
<style>
span { border-color: #C08437; }
span { border-color: rgb(192,132,55); }
td.TdClassName
{
border-color: #C08437;
}
.TagClassName
{
border-color: #C08437;
}
</style>