Shades of Ochre #CE740D
Tints of Ochre #CE740D
RGB
CMYK
RGB Variations
Color information
#CE740D (or 0xCE740D) is known color: Ochre. HEX triplet: CE, 74 and 0D. RGB value is (206,116,13). Sum of RGB (Red+Green+Blue) = 206+116+13=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE740D is #318BF2. Grayscale: #838383. Windows color (decimal): -3247091 or 881870. OLE color: 881870.
HSL color Cylindrical-coordinate representation of color #CE740D: hue angle of 32.02º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE740D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.19 |
| HSL | 32.02º | 0.88% | 0.43% | - |
| HSV(B) | 32.02º | 0.94% | 0.81% | - |
| XYZ | 31.77 | 25.64 | 3.66 | - |
| YUV | 131.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 13 | 0 | 0.44 | 0.94 | 0.19 | 32.02 | 0.88 | 0.43 |
| Hex | CE | 74 | D | 0 | 2C | 5E | 13 | 20 | 58 | 2B |
| Octal | 316 | 164 | 15 | 0 | 54 | 136 | 23 | 40 | 130 | 53 |
| Binary | 11001110 | 1110100 | 1101 | 0 | 101100 | 1011110 | 10011 | 100000 | 1011000 | 101011 |
Color Harmonies of #CE740D
Complementary color
Monochromatic Colors of #CE740D
Black with #CE740D
Text Example
Text Example
White with #CE740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE740D; }
p { color: rgb(206,116,13); }
H1.HeaderClassName
{
color: #CE740D;
}
.AnyTagClassName
{
color: #CE740D;
}
</style>
background-color css
<style>
a { background-color: #CE740D; }
a { background-color: rgb(206,116,13); }
div.DivClassName
{
background-color: #CE740D;
}
.BgClassName
{
background-color: #CE740D;
}
</style>
border-color css
<style>
span { border-color: #CE740D; }
span { border-color: rgb(206,116,13); }
td.TdClassName
{
border-color: #CE740D;
}
.TagClassName
{
border-color: #CE740D;
}
</style>