Shades of Ochre #CE730D
Tints of Ochre #CE730D
RGB
CMYK
RGB Variations
Color information
#CE730D (or 0xCE730D) is known color: Ochre. HEX triplet: CE, 73 and 0D. RGB value is (206,115,13). Sum of RGB (Red+Green+Blue) = 206+115+13=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE730D is #318CF2. Grayscale: #838383. Windows color (decimal): -3247347 or 881614. OLE color: 881614.
HSL color Cylindrical-coordinate representation of color #CE730D: hue angle of 31.71º 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 #CE730D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.19 |
| HSL | 31.71º | 0.88% | 0.43% | - |
| HSV(B) | 31.71º | 0.94% | 0.81% | - |
| XYZ | 31.66 | 25.41 | 3.62 | - |
| YUV | 130.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 13 | 0 | 0.44 | 0.94 | 0.19 | 31.71 | 0.88 | 0.43 |
| Hex | CE | 73 | D | 0 | 2C | 5E | 13 | 20 | 58 | 2B |
| Octal | 316 | 163 | 15 | 0 | 54 | 136 | 23 | 40 | 130 | 53 |
| Binary | 11001110 | 1110011 | 1101 | 0 | 101100 | 1011110 | 10011 | 100000 | 1011000 | 101011 |
Color Harmonies of #CE730D
Complementary color
Monochromatic Colors of #CE730D
Black with #CE730D
Text Example
Text Example
White with #CE730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE730D; }
p { color: rgb(206,115,13); }
H1.HeaderClassName
{
color: #CE730D;
}
.AnyTagClassName
{
color: #CE730D;
}
</style>
background-color css
<style>
a { background-color: #CE730D; }
a { background-color: rgb(206,115,13); }
div.DivClassName
{
background-color: #CE730D;
}
.BgClassName
{
background-color: #CE730D;
}
</style>
border-color css
<style>
span { border-color: #CE730D; }
span { border-color: rgb(206,115,13); }
td.TdClassName
{
border-color: #CE730D;
}
.TagClassName
{
border-color: #CE730D;
}
</style>