Shades of Ochre #CB7710
Tints of Ochre #CB7710
RGB
CMYK
RGB Variations
Color information
#CB7710 (or 0xCB7710) is known color: Ochre. HEX triplet: CB, 77 and 10. RGB value is (203,119,16). Sum of RGB (Red+Green+Blue) = 203+119+16=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7710 is #3488EF. Grayscale: #848484. Windows color (decimal): -3442928 or 1079243. OLE color: 1079243.
HSL color Cylindrical-coordinate representation of color #CB7710: hue angle of 33.05º 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 #CB7710 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.20 |
| HSL | 33.05º | 0.85% | 0.43% | - |
| HSV(B) | 33.05º | 0.92% | 0.8% | - |
| XYZ | 31.32 | 25.93 | 3.84 | - |
| YUV | 132.37 | 62.33 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 16 | 0 | 0.41 | 0.92 | 0.20 | 33.05 | 0.85 | 0.43 |
| Hex | CB | 77 | 10 | 0 | 29 | 5C | 14 | 21 | 55 | 2B |
| Octal | 313 | 167 | 20 | 0 | 51 | 134 | 24 | 41 | 125 | 53 |
| Binary | 11001011 | 1110111 | 10000 | 0 | 101001 | 1011100 | 10100 | 100001 | 1010101 | 101011 |
Color Harmonies of #CB7710
Complementary color
Monochromatic Colors of #CB7710
Black with #CB7710
Text Example
Text Example
White with #CB7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7710; }
p { color: rgb(203,119,16); }
H1.HeaderClassName
{
color: #CB7710;
}
.AnyTagClassName
{
color: #CB7710;
}
</style>
background-color css
<style>
a { background-color: #CB7710; }
a { background-color: rgb(203,119,16); }
div.DivClassName
{
background-color: #CB7710;
}
.BgClassName
{
background-color: #CB7710;
}
</style>
border-color css
<style>
span { border-color: #CB7710; }
span { border-color: rgb(203,119,16); }
td.TdClassName
{
border-color: #CB7710;
}
.TagClassName
{
border-color: #CB7710;
}
</style>