Shades of Ochre #CB7814
Tints of Ochre #CB7814
RGB
CMYK
RGB Variations
Color information
#CB7814 (or 0xCB7814) is known color: Ochre. HEX triplet: CB, 78 and 14. RGB value is (203,120,20). Sum of RGB (Red+Green+Blue) = 203+120+20=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7814 is #3487EB. Grayscale: #858585. Windows color (decimal): -3442668 or 1341643. OLE color: 1341643.
HSL color Cylindrical-coordinate representation of color #CB7814: hue angle of 32.79º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7814 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.20 |
| HSL | 32.79º | 0.82% | 0.44% | - |
| HSV(B) | 32.79º | 0.9% | 0.8% | - |
| XYZ | 31.47 | 26.18 | 4.06 | - |
| YUV | 133.42 | 64 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 20 | 0 | 0.41 | 0.90 | 0.20 | 32.79 | 0.82 | 0.44 |
| Hex | CB | 78 | 14 | 0 | 29 | 5A | 14 | 21 | 52 | 2C |
| Octal | 313 | 170 | 24 | 0 | 51 | 132 | 24 | 41 | 122 | 54 |
| Binary | 11001011 | 1111000 | 10100 | 0 | 101001 | 1011010 | 10100 | 100001 | 1010010 | 101100 |
Color Harmonies of #CB7814
Complementary color
Monochromatic Colors of #CB7814
Black with #CB7814
Text Example
Text Example
White with #CB7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7814; }
p { color: rgb(203,120,20); }
H1.HeaderClassName
{
color: #CB7814;
}
.AnyTagClassName
{
color: #CB7814;
}
</style>
background-color css
<style>
a { background-color: #CB7814; }
a { background-color: rgb(203,120,20); }
div.DivClassName
{
background-color: #CB7814;
}
.BgClassName
{
background-color: #CB7814;
}
</style>
border-color css
<style>
span { border-color: #CB7814; }
span { border-color: rgb(203,120,20); }
td.TdClassName
{
border-color: #CB7814;
}
.TagClassName
{
border-color: #CB7814;
}
</style>