Shades of Geebung #C08729
Tints of Geebung #C08729
RGB
CMYK
RGB Variations
Color information
#C08729 (or 0xC08729) is known color: Geebung. HEX triplet: C0, 87 and 29. RGB value is (192,135,41). Sum of RGB (Red+Green+Blue) = 192+135+41=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C08729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08729 is #3F78D6. Grayscale: #8D8D8D. Windows color (decimal): -4159703 or 2721728. OLE color: 2721728.
HSL color Cylindrical-coordinate representation of color #C08729: hue angle of 37.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C08729 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 41 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.25 |
| HSL | 37.35º | 0.65% | 0.46% | - |
| HSV(B) | 37.35º | 0.79% | 0.75% | - |
| XYZ | 30.8 | 28.69 | 6.01 | - |
| YUV | 141.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 41 | 0 | 0.30 | 0.79 | 0.25 | 37.35 | 0.65 | 0.46 |
| Hex | C0 | 87 | 29 | 0 | 1E | 4F | 19 | 25 | 41 | 2E |
| Octal | 300 | 207 | 51 | 0 | 36 | 117 | 31 | 45 | 101 | 56 |
| Binary | 11000000 | 10000111 | 101001 | 0 | 11110 | 1001111 | 11001 | 100101 | 1000001 | 101110 |
Color Harmonies of #C08729
Complementary color
Monochromatic Colors of #C08729
Black with #C08729
Text Example
Text Example
White with #C08729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08729; }
p { color: rgb(192,135,41); }
H1.HeaderClassName
{
color: #C08729;
}
.AnyTagClassName
{
color: #C08729;
}
</style>
background-color css
<style>
a { background-color: #C08729; }
a { background-color: rgb(192,135,41); }
div.DivClassName
{
background-color: #C08729;
}
.BgClassName
{
background-color: #C08729;
}
</style>
border-color css
<style>
span { border-color: #C08729; }
span { border-color: rgb(192,135,41); }
td.TdClassName
{
border-color: #C08729;
}
.TagClassName
{
border-color: #C08729;
}
</style>