Shades of Geebung #CB8825
Tints of Geebung #CB8825
RGB
CMYK
RGB Variations
Color information
#CB8825 (or 0xCB8825) is known color: Geebung. HEX triplet: CB, 88 and 25. RGB value is (203,136,37). Sum of RGB (Red+Green+Blue) = 203+136+37=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8825 is #3477DA. Grayscale: #919191. Windows color (decimal): -3438555 or 2459851. OLE color: 2459851.
HSL color Cylindrical-coordinate representation of color #CB8825: hue angle of 35.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB8825 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 37 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.20 |
| HSL | 35.78º | 0.69% | 0.47% | - |
| HSV(B) | 35.78º | 0.82% | 0.8% | - |
| XYZ | 33.77 | 30.44 | 5.85 | - |
| YUV | 144.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 37 | 0 | 0.33 | 0.82 | 0.20 | 35.78 | 0.69 | 0.47 |
| Hex | CB | 88 | 25 | 0 | 21 | 52 | 14 | 24 | 45 | 2F |
| Octal | 313 | 210 | 45 | 0 | 41 | 122 | 24 | 44 | 105 | 57 |
| Binary | 11001011 | 10001000 | 100101 | 0 | 100001 | 1010010 | 10100 | 100100 | 1000101 | 101111 |
Color Harmonies of #CB8825
Complementary color
Monochromatic Colors of #CB8825
Black with #CB8825
Text Example
Text Example
White with #CB8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8825; }
p { color: rgb(203,136,37); }
H1.HeaderClassName
{
color: #CB8825;
}
.AnyTagClassName
{
color: #CB8825;
}
</style>
background-color css
<style>
a { background-color: #CB8825; }
a { background-color: rgb(203,136,37); }
div.DivClassName
{
background-color: #CB8825;
}
.BgClassName
{
background-color: #CB8825;
}
</style>
border-color css
<style>
span { border-color: #CB8825; }
span { border-color: rgb(203,136,37); }
td.TdClassName
{
border-color: #CB8825;
}
.TagClassName
{
border-color: #CB8825;
}
</style>