Shades of Ochre #CB760D
Tints of Ochre #CB760D
RGB
CMYK
RGB Variations
Color information
#CB760D (or 0xCB760D) is known color: Ochre. HEX triplet: CB, 76 and 0D. RGB value is (203,118,13). Sum of RGB (Red+Green+Blue) = 203+118+13=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB760D is #3489F2. Grayscale: #838383. Windows color (decimal): -3443187 or 882379. OLE color: 882379.
HSL color Cylindrical-coordinate representation of color #CB760D: hue angle of 33.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB760D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.20 |
| HSL | 33.16º | 0.88% | 0.42% | - |
| HSV(B) | 33.16º | 0.94% | 0.8% | - |
| XYZ | 31.18 | 25.68 | 3.69 | - |
| YUV | 131.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 13 | 0 | 0.42 | 0.94 | 0.20 | 33.16 | 0.88 | 0.42 |
| Hex | CB | 76 | D | 0 | 2A | 5E | 14 | 21 | 58 | 2A |
| Octal | 313 | 166 | 15 | 0 | 52 | 136 | 24 | 41 | 130 | 52 |
| Binary | 11001011 | 1110110 | 1101 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011000 | 101010 |
Color Harmonies of #CB760D
Complementary color
Monochromatic Colors of #CB760D
Black with #CB760D
Text Example
Text Example
White with #CB760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB760D; }
p { color: rgb(203,118,13); }
H1.HeaderClassName
{
color: #CB760D;
}
.AnyTagClassName
{
color: #CB760D;
}
</style>
background-color css
<style>
a { background-color: #CB760D; }
a { background-color: rgb(203,118,13); }
div.DivClassName
{
background-color: #CB760D;
}
.BgClassName
{
background-color: #CB760D;
}
</style>
border-color css
<style>
span { border-color: #CB760D; }
span { border-color: rgb(203,118,13); }
td.TdClassName
{
border-color: #CB760D;
}
.TagClassName
{
border-color: #CB760D;
}
</style>