Shades of Geebung #CB871D
Tints of Geebung #CB871D
RGB
CMYK
RGB Variations
Color information
#CB871D (or 0xCB871D) is known color: Geebung. HEX triplet: CB, 87 and 1D. RGB value is (203,135,29). Sum of RGB (Red+Green+Blue) = 203+135+29=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB871D is #3478E2. Grayscale: #8F8F8F. Windows color (decimal): -3438819 or 1935307. OLE color: 1935307.
HSL color Cylindrical-coordinate representation of color #CB871D: hue angle of 36.55º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB871D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 29 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.20 |
| HSL | 36.55º | 0.75% | 0.45% | - |
| HSV(B) | 36.55º | 0.86% | 0.8% | - |
| XYZ | 33.51 | 30.11 | 5.21 | - |
| YUV | 143.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 29 | 0 | 0.33 | 0.86 | 0.20 | 36.55 | 0.75 | 0.45 |
| Hex | CB | 87 | 1D | 0 | 21 | 56 | 14 | 25 | 4B | 2D |
| Octal | 313 | 207 | 35 | 0 | 41 | 126 | 24 | 45 | 113 | 55 |
| Binary | 11001011 | 10000111 | 11101 | 0 | 100001 | 1010110 | 10100 | 100101 | 1001011 | 101101 |
Color Harmonies of #CB871D
Complementary color
Monochromatic Colors of #CB871D
Black with #CB871D
Text Example
Text Example
White with #CB871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB871D; }
p { color: rgb(203,135,29); }
H1.HeaderClassName
{
color: #CB871D;
}
.AnyTagClassName
{
color: #CB871D;
}
</style>
background-color css
<style>
a { background-color: #CB871D; }
a { background-color: rgb(203,135,29); }
div.DivClassName
{
background-color: #CB871D;
}
.BgClassName
{
background-color: #CB871D;
}
</style>
border-color css
<style>
span { border-color: #CB871D; }
span { border-color: rgb(203,135,29); }
td.TdClassName
{
border-color: #CB871D;
}
.TagClassName
{
border-color: #CB871D;
}
</style>