Shades of Ochre #CB7713
Tints of Ochre #CB7713
RGB
CMYK
RGB Variations
Color information
#CB7713 (or 0xCB7713) is known color: Ochre. HEX triplet: CB, 77 and 13. RGB value is (203,119,19). Sum of RGB (Red+Green+Blue) = 203+119+19=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7713 is #3488EC. Grayscale: #858585. Windows color (decimal): -3442925 or 1275851. OLE color: 1275851.
HSL color Cylindrical-coordinate representation of color #CB7713: hue angle of 32.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB7713 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.20 |
| HSL | 32.61º | 0.83% | 0.44% | - |
| HSV(B) | 32.61º | 0.91% | 0.8% | - |
| XYZ | 31.34 | 25.94 | 3.97 | - |
| YUV | 132.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 19 | 0 | 0.41 | 0.91 | 0.20 | 32.61 | 0.83 | 0.44 |
| Hex | CB | 77 | 13 | 0 | 29 | 5B | 14 | 21 | 53 | 2C |
| Octal | 313 | 167 | 23 | 0 | 51 | 133 | 24 | 41 | 123 | 54 |
| Binary | 11001011 | 1110111 | 10011 | 0 | 101001 | 1011011 | 10100 | 100001 | 1010011 | 101100 |
Color Harmonies of #CB7713
Complementary color
Monochromatic Colors of #CB7713
Black with #CB7713
Text Example
Text Example
White with #CB7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7713; }
p { color: rgb(203,119,19); }
H1.HeaderClassName
{
color: #CB7713;
}
.AnyTagClassName
{
color: #CB7713;
}
</style>
background-color css
<style>
a { background-color: #CB7713; }
a { background-color: rgb(203,119,19); }
div.DivClassName
{
background-color: #CB7713;
}
.BgClassName
{
background-color: #CB7713;
}
</style>
border-color css
<style>
span { border-color: #CB7713; }
span { border-color: rgb(203,119,19); }
td.TdClassName
{
border-color: #CB7713;
}
.TagClassName
{
border-color: #CB7713;
}
</style>