Shades of Ochre #CF811D
Tints of Ochre #CF811D
RGB
CMYK
RGB Variations
Color information
#CF811D (or 0xCF811D) is known color: Ochre. HEX triplet: CF, 81 and 1D. RGB value is (207,129,29). Sum of RGB (Red+Green+Blue) = 207+129+29=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF811D is #307EE2. Grayscale: #8D8D8D. Windows color (decimal): -3178211 or 1933775. OLE color: 1933775.
HSL color Cylindrical-coordinate representation of color #CF811D: hue angle of 33.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF811D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 29 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.19 |
| HSL | 33.71º | 0.75% | 0.46% | - |
| HSV(B) | 33.71º | 0.86% | 0.81% | - |
| XYZ | 33.8 | 29.05 | 4.99 | - |
| YUV | 140.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 29 | 0 | 0.38 | 0.86 | 0.19 | 33.71 | 0.75 | 0.46 |
| Hex | CF | 81 | 1D | 0 | 26 | 56 | 13 | 22 | 4B | 2E |
| Octal | 317 | 201 | 35 | 0 | 46 | 126 | 23 | 42 | 113 | 56 |
| Binary | 11001111 | 10000001 | 11101 | 0 | 100110 | 1010110 | 10011 | 100010 | 1001011 | 101110 |
Color Harmonies of #CF811D
Complementary color
Monochromatic Colors of #CF811D
Black with #CF811D
Text Example
Text Example
White with #CF811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF811D; }
p { color: rgb(207,129,29); }
H1.HeaderClassName
{
color: #CF811D;
}
.AnyTagClassName
{
color: #CF811D;
}
</style>
background-color css
<style>
a { background-color: #CF811D; }
a { background-color: rgb(207,129,29); }
div.DivClassName
{
background-color: #CF811D;
}
.BgClassName
{
background-color: #CF811D;
}
</style>
border-color css
<style>
span { border-color: #CF811D; }
span { border-color: rgb(207,129,29); }
td.TdClassName
{
border-color: #CF811D;
}
.TagClassName
{
border-color: #CF811D;
}
</style>