Shades of Ochre #CB770F
Tints of Ochre #CB770F
RGB
CMYK
RGB Variations
Color information
#CB770F (or 0xCB770F) is known color: Ochre. HEX triplet: CB, 77 and 0F. RGB value is (203,119,15). Sum of RGB (Red+Green+Blue) = 203+119+15=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB770F is #3488F0. Grayscale: #848484. Windows color (decimal): -3442929 or 1013707. OLE color: 1013707.
HSL color Cylindrical-coordinate representation of color #CB770F: hue angle of 33.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB770F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.20 |
| HSL | 33.19º | 0.86% | 0.43% | - |
| HSV(B) | 33.19º | 0.93% | 0.8% | - |
| XYZ | 31.31 | 25.92 | 3.81 | - |
| YUV | 132.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 15 | 0 | 0.41 | 0.93 | 0.20 | 33.19 | 0.86 | 0.43 |
| Hex | CB | 77 | F | 0 | 29 | 5D | 14 | 21 | 56 | 2B |
| Octal | 313 | 167 | 17 | 0 | 51 | 135 | 24 | 41 | 126 | 53 |
| Binary | 11001011 | 1110111 | 1111 | 0 | 101001 | 1011101 | 10100 | 100001 | 1010110 | 101011 |
Color Harmonies of #CB770F
Complementary color
Monochromatic Colors of #CB770F
Black with #CB770F
Text Example
Text Example
White with #CB770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB770F; }
p { color: rgb(203,119,15); }
H1.HeaderClassName
{
color: #CB770F;
}
.AnyTagClassName
{
color: #CB770F;
}
</style>
background-color css
<style>
a { background-color: #CB770F; }
a { background-color: rgb(203,119,15); }
div.DivClassName
{
background-color: #CB770F;
}
.BgClassName
{
background-color: #CB770F;
}
</style>
border-color css
<style>
span { border-color: #CB770F; }
span { border-color: rgb(203,119,15); }
td.TdClassName
{
border-color: #CB770F;
}
.TagClassName
{
border-color: #CB770F;
}
</style>