Shades of Geebung #CB882B
Tints of Geebung #CB882B
RGB
CMYK
RGB Variations
Color information
#CB882B (or 0xCB882B) is known color: Geebung. HEX triplet: CB, 88 and 2B. RGB value is (203,136,43). Sum of RGB (Red+Green+Blue) = 203+136+43=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB882B is #3477D4. Grayscale: #919191. Windows color (decimal): -3438549 or 2853067. OLE color: 2853067.
HSL color Cylindrical-coordinate representation of color #CB882B: hue angle of 34.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB882B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 43 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.20 |
| HSL | 34.88º | 0.65% | 0.48% | - |
| HSV(B) | 34.88º | 0.79% | 0.8% | - |
| XYZ | 33.87 | 30.48 | 6.38 | - |
| YUV | 145.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 43 | 0 | 0.33 | 0.79 | 0.20 | 34.88 | 0.65 | 0.48 |
| Hex | CB | 88 | 2B | 0 | 21 | 4F | 14 | 23 | 41 | 30 |
| Octal | 313 | 210 | 53 | 0 | 41 | 117 | 24 | 43 | 101 | 60 |
| Binary | 11001011 | 10001000 | 101011 | 0 | 100001 | 1001111 | 10100 | 100011 | 1000001 | 110000 |
Color Harmonies of #CB882B
Complementary color
Monochromatic Colors of #CB882B
Black with #CB882B
Text Example
Text Example
White with #CB882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB882B; }
p { color: rgb(203,136,43); }
H1.HeaderClassName
{
color: #CB882B;
}
.AnyTagClassName
{
color: #CB882B;
}
</style>
background-color css
<style>
a { background-color: #CB882B; }
a { background-color: rgb(203,136,43); }
div.DivClassName
{
background-color: #CB882B;
}
.BgClassName
{
background-color: #CB882B;
}
</style>
border-color css
<style>
span { border-color: #CB882B; }
span { border-color: rgb(203,136,43); }
td.TdClassName
{
border-color: #CB882B;
}
.TagClassName
{
border-color: #CB882B;
}
</style>