Shades of Ochre #CE7827
Tints of Ochre #CE7827
RGB
CMYK
RGB Variations
Color information
#CE7827 (or 0xCE7827) is known color: Ochre. HEX triplet: CE, 78 and 27. RGB value is (206,120,39). Sum of RGB (Red+Green+Blue) = 206+120+39=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7827 is #3187D8. Grayscale: #888888. Windows color (decimal): -3246041 or 2586830. OLE color: 2586830.
HSL color Cylindrical-coordinate representation of color #CE7827: hue angle of 29.1º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE7827 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 39 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.19 |
| HSL | 29.1º | 0.68% | 0.48% | - |
| HSV(B) | 29.1º | 0.81% | 0.81% | - |
| XYZ | 32.54 | 26.7 | 5.36 | - |
| YUV | 136.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 39 | 0 | 0.42 | 0.81 | 0.19 | 29.1 | 0.68 | 0.48 |
| Hex | CE | 78 | 27 | 0 | 2A | 51 | 13 | 1D | 44 | 30 |
| Octal | 316 | 170 | 47 | 0 | 52 | 121 | 23 | 35 | 104 | 60 |
| Binary | 11001110 | 1111000 | 100111 | 0 | 101010 | 1010001 | 10011 | 11101 | 1000100 | 110000 |
Color Harmonies of #CE7827
Complementary color
Monochromatic Colors of #CE7827
Black with #CE7827
Text Example
Text Example
White with #CE7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7827; }
p { color: rgb(206,120,39); }
H1.HeaderClassName
{
color: #CE7827;
}
.AnyTagClassName
{
color: #CE7827;
}
</style>
background-color css
<style>
a { background-color: #CE7827; }
a { background-color: rgb(206,120,39); }
div.DivClassName
{
background-color: #CE7827;
}
.BgClassName
{
background-color: #CE7827;
}
</style>
border-color css
<style>
span { border-color: #CE7827; }
span { border-color: rgb(206,120,39); }
td.TdClassName
{
border-color: #CE7827;
}
.TagClassName
{
border-color: #CE7827;
}
</style>