Shades of Ochre #CE731F
Tints of Ochre #CE731F
RGB
CMYK
RGB Variations
Color information
#CE731F (or 0xCE731F) is known color: Ochre. HEX triplet: CE, 73 and 1F. RGB value is (206,115,31). Sum of RGB (Red+Green+Blue) = 206+115+31=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE731F is #318CE0. Grayscale: #858585. Windows color (decimal): -3247329 or 2061262. OLE color: 2061262.
HSL color Cylindrical-coordinate representation of color #CE731F: hue angle of 28.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE731F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 31 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.19 |
| HSL | 28.8º | 0.74% | 0.46% | - |
| HSV(B) | 28.8º | 0.85% | 0.81% | - |
| XYZ | 31.83 | 25.48 | 4.54 | - |
| YUV | 132.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 31 | 0 | 0.44 | 0.85 | 0.19 | 28.8 | 0.74 | 0.46 |
| Hex | CE | 73 | 1F | 0 | 2C | 55 | 13 | 1D | 4A | 2E |
| Octal | 316 | 163 | 37 | 0 | 54 | 125 | 23 | 35 | 112 | 56 |
| Binary | 11001110 | 1110011 | 11111 | 0 | 101100 | 1010101 | 10011 | 11101 | 1001010 | 101110 |
Color Harmonies of #CE731F
Complementary color
Monochromatic Colors of #CE731F
Black with #CE731F
Text Example
Text Example
White with #CE731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE731F; }
p { color: rgb(206,115,31); }
H1.HeaderClassName
{
color: #CE731F;
}
.AnyTagClassName
{
color: #CE731F;
}
</style>
background-color css
<style>
a { background-color: #CE731F; }
a { background-color: rgb(206,115,31); }
div.DivClassName
{
background-color: #CE731F;
}
.BgClassName
{
background-color: #CE731F;
}
</style>
border-color css
<style>
span { border-color: #CE731F; }
span { border-color: rgb(206,115,31); }
td.TdClassName
{
border-color: #CE731F;
}
.TagClassName
{
border-color: #CE731F;
}
</style>