Shades of Ochre #CE741F
Tints of Ochre #CE741F
RGB
CMYK
RGB Variations
Color information
#CE741F (or 0xCE741F) is known color: Ochre. HEX triplet: CE, 74 and 1F. RGB value is (206,116,31). Sum of RGB (Red+Green+Blue) = 206+116+31=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE741F is #318BE0. Grayscale: #858585. Windows color (decimal): -3247073 or 2061518. OLE color: 2061518.
HSL color Cylindrical-coordinate representation of color #CE741F: hue angle of 29.14º 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 #CE741F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 31 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.19 |
| HSL | 29.14º | 0.74% | 0.46% | - |
| HSV(B) | 29.14º | 0.85% | 0.81% | - |
| XYZ | 31.95 | 25.71 | 4.58 | - |
| YUV | 133.22 | 70.32 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 31 | 0 | 0.44 | 0.85 | 0.19 | 29.14 | 0.74 | 0.46 |
| Hex | CE | 74 | 1F | 0 | 2C | 55 | 13 | 1D | 4A | 2E |
| Octal | 316 | 164 | 37 | 0 | 54 | 125 | 23 | 35 | 112 | 56 |
| Binary | 11001110 | 1110100 | 11111 | 0 | 101100 | 1010101 | 10011 | 11101 | 1001010 | 101110 |
Color Harmonies of #CE741F
Complementary color
Monochromatic Colors of #CE741F
Black with #CE741F
Text Example
Text Example
White with #CE741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE741F; }
p { color: rgb(206,116,31); }
H1.HeaderClassName
{
color: #CE741F;
}
.AnyTagClassName
{
color: #CE741F;
}
</style>
background-color css
<style>
a { background-color: #CE741F; }
a { background-color: rgb(206,116,31); }
div.DivClassName
{
background-color: #CE741F;
}
.BgClassName
{
background-color: #CE741F;
}
</style>
border-color css
<style>
span { border-color: #CE741F; }
span { border-color: rgb(206,116,31); }
td.TdClassName
{
border-color: #CE741F;
}
.TagClassName
{
border-color: #CE741F;
}
</style>