Shades of Geebung #C08533
Tints of Geebung #C08533
RGB
CMYK
RGB Variations
Color information
#C08533 (or 0xC08533) is known color: Geebung. HEX triplet: C0, 85 and 33. RGB value is (192,133,51). Sum of RGB (Red+Green+Blue) = 192+133+51=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08533 is #3F7ACC. Grayscale: #8D8D8D. Windows color (decimal): -4160205 or 3376576. OLE color: 3376576.
HSL color Cylindrical-coordinate representation of color #C08533: hue angle of 34.89º degrees, saturation: 0.58, 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 #C08533 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 51 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.25 |
| HSL | 34.89º | 0.58% | 0.48% | - |
| HSV(B) | 34.89º | 0.73% | 0.75% | - |
| XYZ | 30.72 | 28.22 | 6.96 | - |
| YUV | 141.29 | 77.05 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 51 | 0 | 0.31 | 0.73 | 0.25 | 34.89 | 0.58 | 0.48 |
| Hex | C0 | 85 | 33 | 0 | 1F | 49 | 19 | 23 | 3A | 30 |
| Octal | 300 | 205 | 63 | 0 | 37 | 111 | 31 | 43 | 72 | 60 |
| Binary | 11000000 | 10000101 | 110011 | 0 | 11111 | 1001001 | 11001 | 100011 | 111010 | 110000 |
Color Harmonies of #C08533
Complementary color
Monochromatic Colors of #C08533
Black with #C08533
Text Example
Text Example
White with #C08533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08533; }
p { color: rgb(192,133,51); }
H1.HeaderClassName
{
color: #C08533;
}
.AnyTagClassName
{
color: #C08533;
}
</style>
background-color css
<style>
a { background-color: #C08533; }
a { background-color: rgb(192,133,51); }
div.DivClassName
{
background-color: #C08533;
}
.BgClassName
{
background-color: #C08533;
}
</style>
border-color css
<style>
span { border-color: #C08533; }
span { border-color: rgb(192,133,51); }
td.TdClassName
{
border-color: #C08533;
}
.TagClassName
{
border-color: #C08533;
}
</style>