Shades of Ochre #CE731D
Tints of Ochre #CE731D
RGB
CMYK
RGB Variations
Color information
#CE731D (or 0xCE731D) is known color: Ochre. HEX triplet: CE, 73 and 1D. RGB value is (206,115,29). Sum of RGB (Red+Green+Blue) = 206+115+29=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE731D is #318CE2. Grayscale: #848484. Windows color (decimal): -3247331 or 1930190. OLE color: 1930190.
HSL color Cylindrical-coordinate representation of color #CE731D: hue angle of 29.15º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE731D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.19 |
| HSL | 29.15º | 0.75% | 0.46% | - |
| HSV(B) | 29.15º | 0.86% | 0.81% | - |
| XYZ | 31.81 | 25.47 | 4.4 | - |
| YUV | 132.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 29 | 0 | 0.44 | 0.86 | 0.19 | 29.15 | 0.75 | 0.46 |
| Hex | CE | 73 | 1D | 0 | 2C | 56 | 13 | 1D | 4B | 2E |
| Octal | 316 | 163 | 35 | 0 | 54 | 126 | 23 | 35 | 113 | 56 |
| Binary | 11001110 | 1110011 | 11101 | 0 | 101100 | 1010110 | 10011 | 11101 | 1001011 | 101110 |
Color Harmonies of #CE731D
Complementary color
Monochromatic Colors of #CE731D
Black with #CE731D
Text Example
Text Example
White with #CE731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE731D; }
p { color: rgb(206,115,29); }
H1.HeaderClassName
{
color: #CE731D;
}
.AnyTagClassName
{
color: #CE731D;
}
</style>
background-color css
<style>
a { background-color: #CE731D; }
a { background-color: rgb(206,115,29); }
div.DivClassName
{
background-color: #CE731D;
}
.BgClassName
{
background-color: #CE731D;
}
</style>
border-color css
<style>
span { border-color: #CE731D; }
span { border-color: rgb(206,115,29); }
td.TdClassName
{
border-color: #CE731D;
}
.TagClassName
{
border-color: #CE731D;
}
</style>