Shades of Ochre #CE750D
Tints of Ochre #CE750D
RGB
CMYK
RGB Variations
Color information
#CE750D (or 0xCE750D) is known color: Ochre. HEX triplet: CE, 75 and 0D. RGB value is (206,117,13). Sum of RGB (Red+Green+Blue) = 206+117+13=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE750D is #318AF2. Grayscale: #848484. Windows color (decimal): -3246835 or 882126. OLE color: 882126.
HSL color Cylindrical-coordinate representation of color #CE750D: hue angle of 32.33º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE750D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.19 |
| HSL | 32.33º | 0.88% | 0.43% | - |
| HSV(B) | 32.33º | 0.94% | 0.81% | - |
| XYZ | 31.89 | 25.87 | 3.69 | - |
| YUV | 131.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 13 | 0 | 0.43 | 0.94 | 0.19 | 32.33 | 0.88 | 0.43 |
| Hex | CE | 75 | D | 0 | 2B | 5E | 13 | 20 | 58 | 2B |
| Octal | 316 | 165 | 15 | 0 | 53 | 136 | 23 | 40 | 130 | 53 |
| Binary | 11001110 | 1110101 | 1101 | 0 | 101011 | 1011110 | 10011 | 100000 | 1011000 | 101011 |
Color Harmonies of #CE750D
Complementary color
Monochromatic Colors of #CE750D
Black with #CE750D
Text Example
Text Example
White with #CE750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE750D; }
p { color: rgb(206,117,13); }
H1.HeaderClassName
{
color: #CE750D;
}
.AnyTagClassName
{
color: #CE750D;
}
</style>
background-color css
<style>
a { background-color: #CE750D; }
a { background-color: rgb(206,117,13); }
div.DivClassName
{
background-color: #CE750D;
}
.BgClassName
{
background-color: #CE750D;
}
</style>
border-color css
<style>
span { border-color: #CE750D; }
span { border-color: rgb(206,117,13); }
td.TdClassName
{
border-color: #CE750D;
}
.TagClassName
{
border-color: #CE750D;
}
</style>