Shades of Geebung #C08534
Tints of Geebung #C08534
RGB
CMYK
RGB Variations
Color information
#C08534 (or 0xC08534) is known color: Geebung. HEX triplet: C0, 85 and 34. RGB value is (192,133,52). Sum of RGB (Red+Green+Blue) = 192+133+52=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08534 is #3F7ACB. Grayscale: #8D8D8D. Windows color (decimal): -4160204 or 3442112. OLE color: 3442112.
HSL color Cylindrical-coordinate representation of color #C08534: hue angle of 34.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C08534 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 52 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.25 |
| HSL | 34.71º | 0.57% | 0.48% | - |
| HSV(B) | 34.71º | 0.73% | 0.75% | - |
| XYZ | 30.75 | 28.23 | 7.08 | - |
| YUV | 141.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 52 | 0 | 0.31 | 0.73 | 0.25 | 34.71 | 0.57 | 0.48 |
| Hex | C0 | 85 | 34 | 0 | 1F | 49 | 19 | 23 | 39 | 30 |
| Octal | 300 | 205 | 64 | 0 | 37 | 111 | 31 | 43 | 71 | 60 |
| Binary | 11000000 | 10000101 | 110100 | 0 | 11111 | 1001001 | 11001 | 100011 | 111001 | 110000 |
Color Harmonies of #C08534
Complementary color
Monochromatic Colors of #C08534
Black with #C08534
Text Example
Text Example
White with #C08534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08534; }
p { color: rgb(192,133,52); }
H1.HeaderClassName
{
color: #C08534;
}
.AnyTagClassName
{
color: #C08534;
}
</style>
background-color css
<style>
a { background-color: #C08534; }
a { background-color: rgb(192,133,52); }
div.DivClassName
{
background-color: #C08534;
}
.BgClassName
{
background-color: #C08534;
}
</style>
border-color css
<style>
span { border-color: #C08534; }
span { border-color: rgb(192,133,52); }
td.TdClassName
{
border-color: #C08534;
}
.TagClassName
{
border-color: #C08534;
}
</style>