Shades of Ochre #CF871F
Tints of Ochre #CF871F
RGB
CMYK
RGB Variations
Color information
#CF871F (or 0xCF871F) is known color: Ochre. HEX triplet: CF, 87 and 1F. RGB value is (207,135,31). Sum of RGB (Red+Green+Blue) = 207+135+31=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF871F is #3078E0. Grayscale: #919191. Windows color (decimal): -3176673 or 2066383. OLE color: 2066383.
HSL color Cylindrical-coordinate representation of color #CF871F: hue angle of 35.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF871F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 31 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.19 |
| HSL | 35.45º | 0.74% | 0.47% | - |
| HSV(B) | 35.45º | 0.85% | 0.81% | - |
| XYZ | 34.64 | 30.69 | 5.39 | - |
| YUV | 144.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 31 | 0 | 0.35 | 0.85 | 0.19 | 35.45 | 0.74 | 0.47 |
| Hex | CF | 87 | 1F | 0 | 23 | 55 | 13 | 23 | 4A | 2F |
| Octal | 317 | 207 | 37 | 0 | 43 | 125 | 23 | 43 | 112 | 57 |
| Binary | 11001111 | 10000111 | 11111 | 0 | 100011 | 1010101 | 10011 | 100011 | 1001010 | 101111 |
Color Harmonies of #CF871F
Complementary color
Monochromatic Colors of #CF871F
Black with #CF871F
Text Example
Text Example
White with #CF871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF871F; }
p { color: rgb(207,135,31); }
H1.HeaderClassName
{
color: #CF871F;
}
.AnyTagClassName
{
color: #CF871F;
}
</style>
background-color css
<style>
a { background-color: #CF871F; }
a { background-color: rgb(207,135,31); }
div.DivClassName
{
background-color: #CF871F;
}
.BgClassName
{
background-color: #CF871F;
}
</style>
border-color css
<style>
span { border-color: #CF871F; }
span { border-color: rgb(207,135,31); }
td.TdClassName
{
border-color: #CF871F;
}
.TagClassName
{
border-color: #CF871F;
}
</style>