Shades of Geebung #CB8422
Tints of Geebung #CB8422
RGB
CMYK
RGB Variations
Color information
#CB8422 (or 0xCB8422) is known color: Geebung. HEX triplet: CB, 84 and 22. RGB value is (203,132,34). Sum of RGB (Red+Green+Blue) = 203+132+34=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8422 is #347BDD. Grayscale: #8E8E8E. Windows color (decimal): -3439582 or 2262219. OLE color: 2262219.
HSL color Cylindrical-coordinate representation of color #CB8422: hue angle of 34.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB8422 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 34 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.20 |
| HSL | 34.79º | 0.71% | 0.46% | - |
| HSV(B) | 34.79º | 0.83% | 0.8% | - |
| XYZ | 33.17 | 29.31 | 5.42 | - |
| YUV | 142.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 34 | 0 | 0.35 | 0.83 | 0.20 | 34.79 | 0.71 | 0.46 |
| Hex | CB | 84 | 22 | 0 | 23 | 53 | 14 | 23 | 47 | 2E |
| Octal | 313 | 204 | 42 | 0 | 43 | 123 | 24 | 43 | 107 | 56 |
| Binary | 11001011 | 10000100 | 100010 | 0 | 100011 | 1010011 | 10100 | 100011 | 1000111 | 101110 |
Color Harmonies of #CB8422
Complementary color
Monochromatic Colors of #CB8422
Black with #CB8422
Text Example
Text Example
White with #CB8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8422; }
p { color: rgb(203,132,34); }
H1.HeaderClassName
{
color: #CB8422;
}
.AnyTagClassName
{
color: #CB8422;
}
</style>
background-color css
<style>
a { background-color: #CB8422; }
a { background-color: rgb(203,132,34); }
div.DivClassName
{
background-color: #CB8422;
}
.BgClassName
{
background-color: #CB8422;
}
</style>
border-color css
<style>
span { border-color: #CB8422; }
span { border-color: rgb(203,132,34); }
td.TdClassName
{
border-color: #CB8422;
}
.TagClassName
{
border-color: #CB8422;
}
</style>