Shades of Ochre #CB711D
Tints of Ochre #CB711D
RGB
CMYK
RGB Variations
Color information
#CB711D (or 0xCB711D) is known color: Ochre. HEX triplet: CB, 71 and 1D. RGB value is (203,113,29). Sum of RGB (Red+Green+Blue) = 203+113+29=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB711D is #348EE2. Grayscale: #828282. Windows color (decimal): -3444451 or 1929675. OLE color: 1929675.
HSL color Cylindrical-coordinate representation of color #CB711D: hue angle of 28.97º 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 #CB711D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.20 |
| HSL | 28.97º | 0.75% | 0.45% | - |
| HSV(B) | 28.97º | 0.86% | 0.8% | - |
| XYZ | 30.76 | 24.6 | 4.29 | - |
| YUV | 130.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 29 | 0 | 0.44 | 0.86 | 0.20 | 28.97 | 0.75 | 0.45 |
| Hex | CB | 71 | 1D | 0 | 2C | 56 | 14 | 1D | 4B | 2D |
| Octal | 313 | 161 | 35 | 0 | 54 | 126 | 24 | 35 | 113 | 55 |
| Binary | 11001011 | 1110001 | 11101 | 0 | 101100 | 1010110 | 10100 | 11101 | 1001011 | 101101 |
Color Harmonies of #CB711D
Complementary color
Monochromatic Colors of #CB711D
Black with #CB711D
Text Example
Text Example
White with #CB711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB711D; }
p { color: rgb(203,113,29); }
H1.HeaderClassName
{
color: #CB711D;
}
.AnyTagClassName
{
color: #CB711D;
}
</style>
background-color css
<style>
a { background-color: #CB711D; }
a { background-color: rgb(203,113,29); }
div.DivClassName
{
background-color: #CB711D;
}
.BgClassName
{
background-color: #CB711D;
}
</style>
border-color css
<style>
span { border-color: #CB711D; }
span { border-color: rgb(203,113,29); }
td.TdClassName
{
border-color: #CB711D;
}
.TagClassName
{
border-color: #CB711D;
}
</style>