Shades of Ochre #CE7329
Tints of Ochre #CE7329
RGB
CMYK
RGB Variations
Color information
#CE7329 (or 0xCE7329) is known color: Ochre. HEX triplet: CE, 73 and 29. RGB value is (206,115,41). Sum of RGB (Red+Green+Blue) = 206+115+41=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7329 is #318CD6. Grayscale: #868686. Windows color (decimal): -3247319 or 2716622. OLE color: 2716622.
HSL color Cylindrical-coordinate representation of color #CE7329: hue angle of 26.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE7329 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 41 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.19 |
| HSL | 26.91º | 0.67% | 0.48% | - |
| HSV(B) | 26.91º | 0.8% | 0.81% | - |
| XYZ | 31.98 | 25.54 | 5.34 | - |
| YUV | 133.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 41 | 0 | 0.44 | 0.80 | 0.19 | 26.91 | 0.67 | 0.48 |
| Hex | CE | 73 | 29 | 0 | 2C | 50 | 13 | 1B | 43 | 30 |
| Octal | 316 | 163 | 51 | 0 | 54 | 120 | 23 | 33 | 103 | 60 |
| Binary | 11001110 | 1110011 | 101001 | 0 | 101100 | 1010000 | 10011 | 11011 | 1000011 | 110000 |
Color Harmonies of #CE7329
Complementary color
Monochromatic Colors of #CE7329
Black with #CE7329
Text Example
Text Example
White with #CE7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7329; }
p { color: rgb(206,115,41); }
H1.HeaderClassName
{
color: #CE7329;
}
.AnyTagClassName
{
color: #CE7329;
}
</style>
background-color css
<style>
a { background-color: #CE7329; }
a { background-color: rgb(206,115,41); }
div.DivClassName
{
background-color: #CE7329;
}
.BgClassName
{
background-color: #CE7329;
}
</style>
border-color css
<style>
span { border-color: #CE7329; }
span { border-color: rgb(206,115,41); }
td.TdClassName
{
border-color: #CE7329;
}
.TagClassName
{
border-color: #CE7329;
}
</style>