Shades of Ochre #CB8213
Tints of Ochre #CB8213
RGB
CMYK
RGB Variations
Color information
#CB8213 (or 0xCB8213) is known color: Ochre. HEX triplet: CB, 82 and 13. RGB value is (203,130,19). Sum of RGB (Red+Green+Blue) = 203+130+19=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8213 is #347DEC. Grayscale: #8B8B8B. Windows color (decimal): -3440109 or 1278667. OLE color: 1278667.
HSL color Cylindrical-coordinate representation of color #CB8213: hue angle of 36.2º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8213 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.20 |
| HSL | 36.2º | 0.83% | 0.44% | - |
| HSV(B) | 36.2º | 0.91% | 0.8% | - |
| XYZ | 32.73 | 28.71 | 4.43 | - |
| YUV | 139.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 19 | 0 | 0.36 | 0.91 | 0.20 | 36.2 | 0.83 | 0.44 |
| Hex | CB | 82 | 13 | 0 | 24 | 5B | 14 | 24 | 53 | 2C |
| Octal | 313 | 202 | 23 | 0 | 44 | 133 | 24 | 44 | 123 | 54 |
| Binary | 11001011 | 10000010 | 10011 | 0 | 100100 | 1011011 | 10100 | 100100 | 1010011 | 101100 |
Color Harmonies of #CB8213
Complementary color
Monochromatic Colors of #CB8213
Black with #CB8213
Text Example
Text Example
White with #CB8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8213; }
p { color: rgb(203,130,19); }
H1.HeaderClassName
{
color: #CB8213;
}
.AnyTagClassName
{
color: #CB8213;
}
</style>
background-color css
<style>
a { background-color: #CB8213; }
a { background-color: rgb(203,130,19); }
div.DivClassName
{
background-color: #CB8213;
}
.BgClassName
{
background-color: #CB8213;
}
</style>
border-color css
<style>
span { border-color: #CB8213; }
span { border-color: rgb(203,130,19); }
td.TdClassName
{
border-color: #CB8213;
}
.TagClassName
{
border-color: #CB8213;
}
</style>