Shades of Ochre #CB7514
Tints of Ochre #CB7514
RGB
CMYK
RGB Variations
Color information
#CB7514 (or 0xCB7514) is known color: Ochre. HEX triplet: CB, 75 and 14. RGB value is (203,117,20). Sum of RGB (Red+Green+Blue) = 203+117+20=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7514 is #348AEB. Grayscale: #848484. Windows color (decimal): -3443436 or 1340875. OLE color: 1340875.
HSL color Cylindrical-coordinate representation of color #CB7514: hue angle of 31.8º 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 #CB7514 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.20 |
| HSL | 31.8º | 0.82% | 0.44% | - |
| HSV(B) | 31.8º | 0.9% | 0.8% | - |
| XYZ | 31.12 | 25.47 | 3.94 | - |
| YUV | 131.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 20 | 0 | 0.42 | 0.90 | 0.20 | 31.8 | 0.82 | 0.44 |
| Hex | CB | 75 | 14 | 0 | 2A | 5A | 14 | 20 | 52 | 2C |
| Octal | 313 | 165 | 24 | 0 | 52 | 132 | 24 | 40 | 122 | 54 |
| Binary | 11001011 | 1110101 | 10100 | 0 | 101010 | 1011010 | 10100 | 100000 | 1010010 | 101100 |
Color Harmonies of #CB7514
Complementary color
Monochromatic Colors of #CB7514
Black with #CB7514
Text Example
Text Example
White with #CB7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7514; }
p { color: rgb(203,117,20); }
H1.HeaderClassName
{
color: #CB7514;
}
.AnyTagClassName
{
color: #CB7514;
}
</style>
background-color css
<style>
a { background-color: #CB7514; }
a { background-color: rgb(203,117,20); }
div.DivClassName
{
background-color: #CB7514;
}
.BgClassName
{
background-color: #CB7514;
}
</style>
border-color css
<style>
span { border-color: #CB7514; }
span { border-color: rgb(203,117,20); }
td.TdClassName
{
border-color: #CB7514;
}
.TagClassName
{
border-color: #CB7514;
}
</style>