Shades of Ochre #CE7727
Tints of Ochre #CE7727
RGB
CMYK
RGB Variations
Color information
#CE7727 (or 0xCE7727) is known color: Ochre. HEX triplet: CE, 77 and 27. RGB value is (206,119,39). Sum of RGB (Red+Green+Blue) = 206+119+39=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7727 is #3188D8. Grayscale: #888888. Windows color (decimal): -3246297 or 2586574. OLE color: 2586574.
HSL color Cylindrical-coordinate representation of color #CE7727: hue angle of 28.74º 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 #CE7727 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 39 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.19 |
| HSL | 28.74º | 0.68% | 0.48% | - |
| HSV(B) | 28.74º | 0.81% | 0.81% | - |
| XYZ | 32.42 | 26.46 | 5.32 | - |
| YUV | 135.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 39 | 0 | 0.42 | 0.81 | 0.19 | 28.74 | 0.68 | 0.48 |
| Hex | CE | 77 | 27 | 0 | 2A | 51 | 13 | 1D | 44 | 30 |
| Octal | 316 | 167 | 47 | 0 | 52 | 121 | 23 | 35 | 104 | 60 |
| Binary | 11001110 | 1110111 | 100111 | 0 | 101010 | 1010001 | 10011 | 11101 | 1000100 | 110000 |
Color Harmonies of #CE7727
Complementary color
Monochromatic Colors of #CE7727
Black with #CE7727
Text Example
Text Example
White with #CE7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7727; }
p { color: rgb(206,119,39); }
H1.HeaderClassName
{
color: #CE7727;
}
.AnyTagClassName
{
color: #CE7727;
}
</style>
background-color css
<style>
a { background-color: #CE7727; }
a { background-color: rgb(206,119,39); }
div.DivClassName
{
background-color: #CE7727;
}
.BgClassName
{
background-color: #CE7727;
}
</style>
border-color css
<style>
span { border-color: #CE7727; }
span { border-color: rgb(206,119,39); }
td.TdClassName
{
border-color: #CE7727;
}
.TagClassName
{
border-color: #CE7727;
}
</style>