Shades of Ochre #CE7713
Tints of Ochre #CE7713
RGB
CMYK
RGB Variations
Color information
#CE7713 (or 0xCE7713) is known color: Ochre. HEX triplet: CE, 77 and 13. RGB value is (206,119,19). Sum of RGB (Red+Green+Blue) = 206+119+19=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7713 is #3188EC. Grayscale: #868686. Windows color (decimal): -3246317 or 1275854. OLE color: 1275854.
HSL color Cylindrical-coordinate representation of color #CE7713: hue angle of 32.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE7713 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 19 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.19 |
| HSL | 32.09º | 0.83% | 0.44% | - |
| HSV(B) | 32.09º | 0.91% | 0.81% | - |
| XYZ | 32.17 | 26.36 | 4.01 | - |
| YUV | 133.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 19 | 0 | 0.42 | 0.91 | 0.19 | 32.09 | 0.83 | 0.44 |
| Hex | CE | 77 | 13 | 0 | 2A | 5B | 13 | 20 | 53 | 2C |
| Octal | 316 | 167 | 23 | 0 | 52 | 133 | 23 | 40 | 123 | 54 |
| Binary | 11001110 | 1110111 | 10011 | 0 | 101010 | 1011011 | 10011 | 100000 | 1010011 | 101100 |
Color Harmonies of #CE7713
Complementary color
Monochromatic Colors of #CE7713
Black with #CE7713
Text Example
Text Example
White with #CE7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7713; }
p { color: rgb(206,119,19); }
H1.HeaderClassName
{
color: #CE7713;
}
.AnyTagClassName
{
color: #CE7713;
}
</style>
background-color css
<style>
a { background-color: #CE7713; }
a { background-color: rgb(206,119,19); }
div.DivClassName
{
background-color: #CE7713;
}
.BgClassName
{
background-color: #CE7713;
}
</style>
border-color css
<style>
span { border-color: #CE7713; }
span { border-color: rgb(206,119,19); }
td.TdClassName
{
border-color: #CE7713;
}
.TagClassName
{
border-color: #CE7713;
}
</style>