Shades of Ochre #CE731B
Tints of Ochre #CE731B
RGB
CMYK
RGB Variations
Color information
#CE731B (or 0xCE731B) is known color: Ochre. HEX triplet: CE, 73 and 1B. RGB value is (206,115,27). Sum of RGB (Red+Green+Blue) = 206+115+27=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE731B is #318CE4. Grayscale: #848484. Windows color (decimal): -3247333 or 1799118. OLE color: 1799118.
HSL color Cylindrical-coordinate representation of color #CE731B: hue angle of 29.5º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE731B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 27 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.19 |
| HSL | 29.5º | 0.77% | 0.46% | - |
| HSV(B) | 29.5º | 0.87% | 0.81% | - |
| XYZ | 31.78 | 25.46 | 4.28 | - |
| YUV | 132.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 27 | 0 | 0.44 | 0.87 | 0.19 | 29.5 | 0.77 | 0.46 |
| Hex | CE | 73 | 1B | 0 | 2C | 57 | 13 | 1D | 4D | 2E |
| Octal | 316 | 163 | 33 | 0 | 54 | 127 | 23 | 35 | 115 | 56 |
| Binary | 11001110 | 1110011 | 11011 | 0 | 101100 | 1010111 | 10011 | 11101 | 1001101 | 101110 |
Color Harmonies of #CE731B
Complementary color
Monochromatic Colors of #CE731B
Black with #CE731B
Text Example
Text Example
White with #CE731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE731B; }
p { color: rgb(206,115,27); }
H1.HeaderClassName
{
color: #CE731B;
}
.AnyTagClassName
{
color: #CE731B;
}
</style>
background-color css
<style>
a { background-color: #CE731B; }
a { background-color: rgb(206,115,27); }
div.DivClassName
{
background-color: #CE731B;
}
.BgClassName
{
background-color: #CE731B;
}
</style>
border-color css
<style>
span { border-color: #CE731B; }
span { border-color: rgb(206,115,27); }
td.TdClassName
{
border-color: #CE731B;
}
.TagClassName
{
border-color: #CE731B;
}
</style>