Shades of Ochre #CE7313
Tints of Ochre #CE7313
RGB
CMYK
RGB Variations
Color information
#CE7313 (or 0xCE7313) is known color: Ochre. HEX triplet: CE, 73 and 13. RGB value is (206,115,19). Sum of RGB (Red+Green+Blue) = 206+115+19=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7313 is #318CEC. Grayscale: #838383. Windows color (decimal): -3247341 or 1274830. OLE color: 1274830.
HSL color Cylindrical-coordinate representation of color #CE7313: hue angle of 30.8º 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 #CE7313 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.19 |
| HSL | 30.8º | 0.83% | 0.44% | - |
| HSV(B) | 30.8º | 0.91% | 0.81% | - |
| XYZ | 31.7 | 25.43 | 3.85 | - |
| YUV | 131.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 19 | 0 | 0.44 | 0.91 | 0.19 | 30.8 | 0.83 | 0.44 |
| Hex | CE | 73 | 13 | 0 | 2C | 5B | 13 | 1F | 53 | 2C |
| Octal | 316 | 163 | 23 | 0 | 54 | 133 | 23 | 37 | 123 | 54 |
| Binary | 11001110 | 1110011 | 10011 | 0 | 101100 | 1011011 | 10011 | 11111 | 1010011 | 101100 |
Color Harmonies of #CE7313
Complementary color
Monochromatic Colors of #CE7313
Black with #CE7313
Text Example
Text Example
White with #CE7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7313; }
p { color: rgb(206,115,19); }
H1.HeaderClassName
{
color: #CE7313;
}
.AnyTagClassName
{
color: #CE7313;
}
</style>
background-color css
<style>
a { background-color: #CE7313; }
a { background-color: rgb(206,115,19); }
div.DivClassName
{
background-color: #CE7313;
}
.BgClassName
{
background-color: #CE7313;
}
</style>
border-color css
<style>
span { border-color: #CE7313; }
span { border-color: rgb(206,115,19); }
td.TdClassName
{
border-color: #CE7313;
}
.TagClassName
{
border-color: #CE7313;
}
</style>