Shades of Ochre #CE7722
Tints of Ochre #CE7722
RGB
CMYK
RGB Variations
Color information
#CE7722 (or 0xCE7722) is known color: Ochre. HEX triplet: CE, 77 and 22. RGB value is (206,119,34). Sum of RGB (Red+Green+Blue) = 206+119+34=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7722 is #3188DD. Grayscale: #878787. Windows color (decimal): -3246302 or 2258894. OLE color: 2258894.
HSL color Cylindrical-coordinate representation of color #CE7722: hue angle of 29.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7722 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 34 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.19 |
| HSL | 29.65º | 0.72% | 0.47% | - |
| HSV(B) | 29.65º | 0.83% | 0.81% | - |
| XYZ | 32.34 | 26.43 | 4.91 | - |
| YUV | 135.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 34 | 0 | 0.42 | 0.83 | 0.19 | 29.65 | 0.72 | 0.47 |
| Hex | CE | 77 | 22 | 0 | 2A | 53 | 13 | 1E | 48 | 2F |
| Octal | 316 | 167 | 42 | 0 | 52 | 123 | 23 | 36 | 110 | 57 |
| Binary | 11001110 | 1110111 | 100010 | 0 | 101010 | 1010011 | 10011 | 11110 | 1001000 | 101111 |
Color Harmonies of #CE7722
Complementary color
Monochromatic Colors of #CE7722
Black with #CE7722
Text Example
Text Example
White with #CE7722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7722; }
p { color: rgb(206,119,34); }
H1.HeaderClassName
{
color: #CE7722;
}
.AnyTagClassName
{
color: #CE7722;
}
</style>
background-color css
<style>
a { background-color: #CE7722; }
a { background-color: rgb(206,119,34); }
div.DivClassName
{
background-color: #CE7722;
}
.BgClassName
{
background-color: #CE7722;
}
</style>
border-color css
<style>
span { border-color: #CE7722; }
span { border-color: rgb(206,119,34); }
td.TdClassName
{
border-color: #CE7722;
}
.TagClassName
{
border-color: #CE7722;
}
</style>