Shades of Ochre #CB8222
Tints of Ochre #CB8222
RGB
CMYK
RGB Variations
Color information
#CB8222 (or 0xCB8222) is known color: Ochre. HEX triplet: CB, 82 and 22. RGB value is (203,130,34). Sum of RGB (Red+Green+Blue) = 203+130+34=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8222 is #347DDD. Grayscale: #8D8D8D. Windows color (decimal): -3440094 or 2261707. OLE color: 2261707.
HSL color Cylindrical-coordinate representation of color #CB8222: hue angle of 34.08º 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 #CB8222 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 34 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.20 |
| HSL | 34.08º | 0.71% | 0.46% | - |
| HSV(B) | 34.08º | 0.83% | 0.8% | - |
| XYZ | 32.9 | 28.78 | 5.33 | - |
| YUV | 140.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 34 | 0 | 0.36 | 0.83 | 0.20 | 34.08 | 0.71 | 0.46 |
| Hex | CB | 82 | 22 | 0 | 24 | 53 | 14 | 22 | 47 | 2E |
| Octal | 313 | 202 | 42 | 0 | 44 | 123 | 24 | 42 | 107 | 56 |
| Binary | 11001011 | 10000010 | 100010 | 0 | 100100 | 1010011 | 10100 | 100010 | 1000111 | 101110 |
Color Harmonies of #CB8222
Complementary color
Monochromatic Colors of #CB8222
Black with #CB8222
Text Example
Text Example
White with #CB8222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8222; }
p { color: rgb(203,130,34); }
H1.HeaderClassName
{
color: #CB8222;
}
.AnyTagClassName
{
color: #CB8222;
}
</style>
background-color css
<style>
a { background-color: #CB8222; }
a { background-color: rgb(203,130,34); }
div.DivClassName
{
background-color: #CB8222;
}
.BgClassName
{
background-color: #CB8222;
}
</style>
border-color css
<style>
span { border-color: #CB8222; }
span { border-color: rgb(203,130,34); }
td.TdClassName
{
border-color: #CB8222;
}
.TagClassName
{
border-color: #CB8222;
}
</style>