Shades of Ochre #CE851B
Tints of Ochre #CE851B
RGB
CMYK
RGB Variations
Color information
#CE851B (or 0xCE851B) is known color: Ochre. HEX triplet: CE, 85 and 1B. RGB value is (206,133,27). Sum of RGB (Red+Green+Blue) = 206+133+27=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE851B is #317AE4. Grayscale: #8F8F8F. Windows color (decimal): -3242725 or 1803726. OLE color: 1803726.
HSL color Cylindrical-coordinate representation of color #CE851B: hue angle of 35.53º 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 #CE851B is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 27 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.19 |
| HSL | 35.53º | 0.77% | 0.46% | - |
| HSV(B) | 35.53º | 0.87% | 0.81% | - |
| XYZ | 34.04 | 29.98 | 5.03 | - |
| YUV | 142.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 27 | 0 | 0.35 | 0.87 | 0.19 | 35.53 | 0.77 | 0.46 |
| Hex | CE | 85 | 1B | 0 | 23 | 57 | 13 | 24 | 4D | 2E |
| Octal | 316 | 205 | 33 | 0 | 43 | 127 | 23 | 44 | 115 | 56 |
| Binary | 11001110 | 10000101 | 11011 | 0 | 100011 | 1010111 | 10011 | 100100 | 1001101 | 101110 |
Color Harmonies of #CE851B
Complementary color
Monochromatic Colors of #CE851B
Black with #CE851B
Text Example
Text Example
White with #CE851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE851B; }
p { color: rgb(206,133,27); }
H1.HeaderClassName
{
color: #CE851B;
}
.AnyTagClassName
{
color: #CE851B;
}
</style>
background-color css
<style>
a { background-color: #CE851B; }
a { background-color: rgb(206,133,27); }
div.DivClassName
{
background-color: #CE851B;
}
.BgClassName
{
background-color: #CE851B;
}
</style>
border-color css
<style>
span { border-color: #CE851B; }
span { border-color: rgb(206,133,27); }
td.TdClassName
{
border-color: #CE851B;
}
.TagClassName
{
border-color: #CE851B;
}
</style>