Shades of Ochre #CB7411
Tints of Ochre #CB7411
RGB
CMYK
RGB Variations
Color information
#CB7411 (or 0xCB7411) is known color: Ochre. HEX triplet: CB, 74 and 11. RGB value is (203,116,17). Sum of RGB (Red+Green+Blue) = 203+116+17=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7411 is #348BEE. Grayscale: #838383. Windows color (decimal): -3443695 or 1144011. OLE color: 1144011.
HSL color Cylindrical-coordinate representation of color #CB7411: hue angle of 31.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7411 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 17 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.20 |
| HSL | 31.94º | 0.85% | 0.43% | - |
| HSV(B) | 31.94º | 0.92% | 0.8% | - |
| XYZ | 30.98 | 25.23 | 3.77 | - |
| YUV | 130.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 17 | 0 | 0.43 | 0.92 | 0.20 | 31.94 | 0.85 | 0.43 |
| Hex | CB | 74 | 11 | 0 | 2B | 5C | 14 | 20 | 55 | 2B |
| Octal | 313 | 164 | 21 | 0 | 53 | 134 | 24 | 40 | 125 | 53 |
| Binary | 11001011 | 1110100 | 10001 | 0 | 101011 | 1011100 | 10100 | 100000 | 1010101 | 101011 |
Color Harmonies of #CB7411
Complementary color
Monochromatic Colors of #CB7411
Black with #CB7411
Text Example
Text Example
White with #CB7411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7411; }
p { color: rgb(203,116,17); }
H1.HeaderClassName
{
color: #CB7411;
}
.AnyTagClassName
{
color: #CB7411;
}
</style>
background-color css
<style>
a { background-color: #CB7411; }
a { background-color: rgb(203,116,17); }
div.DivClassName
{
background-color: #CB7411;
}
.BgClassName
{
background-color: #CB7411;
}
</style>
border-color css
<style>
span { border-color: #CB7411; }
span { border-color: rgb(203,116,17); }
td.TdClassName
{
border-color: #CB7411;
}
.TagClassName
{
border-color: #CB7411;
}
</style>