Shades of Ochre #CB7416
Tints of Ochre #CB7416
RGB
CMYK
RGB Variations
Color information
#CB7416 (or 0xCB7416) is known color: Ochre. HEX triplet: CB, 74 and 16. RGB value is (203,116,22). Sum of RGB (Red+Green+Blue) = 203+116+22=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7416 is #348BE9. Grayscale: #838383. Windows color (decimal): -3443690 or 1471691. OLE color: 1471691.
HSL color Cylindrical-coordinate representation of color #CB7416: hue angle of 31.16º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7416 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 22 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.20 |
| HSL | 31.16º | 0.8% | 0.44% | - |
| HSV(B) | 31.16º | 0.89% | 0.8% | - |
| XYZ | 31.02 | 25.25 | 4 | - |
| YUV | 131.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 22 | 0 | 0.43 | 0.89 | 0.20 | 31.16 | 0.8 | 0.44 |
| Hex | CB | 74 | 16 | 0 | 2B | 59 | 14 | 1F | 50 | 2C |
| Octal | 313 | 164 | 26 | 0 | 53 | 131 | 24 | 37 | 120 | 54 |
| Binary | 11001011 | 1110100 | 10110 | 0 | 101011 | 1011001 | 10100 | 11111 | 1010000 | 101100 |
Color Harmonies of #CB7416
Complementary color
Monochromatic Colors of #CB7416
Black with #CB7416
Text Example
Text Example
White with #CB7416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7416; }
p { color: rgb(203,116,22); }
H1.HeaderClassName
{
color: #CB7416;
}
.AnyTagClassName
{
color: #CB7416;
}
</style>
background-color css
<style>
a { background-color: #CB7416; }
a { background-color: rgb(203,116,22); }
div.DivClassName
{
background-color: #CB7416;
}
.BgClassName
{
background-color: #CB7416;
}
</style>
border-color css
<style>
span { border-color: #CB7416; }
span { border-color: rgb(203,116,22); }
td.TdClassName
{
border-color: #CB7416;
}
.TagClassName
{
border-color: #CB7416;
}
</style>