Shades of Ochre #CB7716
Tints of Ochre #CB7716
RGB
CMYK
RGB Variations
Color information
#CB7716 (or 0xCB7716) is known color: Ochre. HEX triplet: CB, 77 and 16. RGB value is (203,119,22). Sum of RGB (Red+Green+Blue) = 203+119+22=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7716 is #3488E9. Grayscale: #858585. Windows color (decimal): -3442922 or 1472459. OLE color: 1472459.
HSL color Cylindrical-coordinate representation of color #CB7716: hue angle of 32.15º 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 #CB7716 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.20 |
| HSL | 32.15º | 0.8% | 0.44% | - |
| HSV(B) | 32.15º | 0.89% | 0.8% | - |
| XYZ | 31.37 | 25.95 | 4.11 | - |
| YUV | 133.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 22 | 0 | 0.41 | 0.89 | 0.20 | 32.15 | 0.8 | 0.44 |
| Hex | CB | 77 | 16 | 0 | 29 | 59 | 14 | 20 | 50 | 2C |
| Octal | 313 | 167 | 26 | 0 | 51 | 131 | 24 | 40 | 120 | 54 |
| Binary | 11001011 | 1110111 | 10110 | 0 | 101001 | 1011001 | 10100 | 100000 | 1010000 | 101100 |
Color Harmonies of #CB7716
Complementary color
Monochromatic Colors of #CB7716
Black with #CB7716
Text Example
Text Example
White with #CB7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7716; }
p { color: rgb(203,119,22); }
H1.HeaderClassName
{
color: #CB7716;
}
.AnyTagClassName
{
color: #CB7716;
}
</style>
background-color css
<style>
a { background-color: #CB7716; }
a { background-color: rgb(203,119,22); }
div.DivClassName
{
background-color: #CB7716;
}
.BgClassName
{
background-color: #CB7716;
}
</style>
border-color css
<style>
span { border-color: #CB7716; }
span { border-color: rgb(203,119,22); }
td.TdClassName
{
border-color: #CB7716;
}
.TagClassName
{
border-color: #CB7716;
}
</style>