Shades of Ochre #CF851F
Tints of Ochre #CF851F
RGB
CMYK
RGB Variations
Color information
#CF851F (or 0xCF851F) is known color: Ochre. HEX triplet: CF, 85 and 1F. RGB value is (207,133,31). Sum of RGB (Red+Green+Blue) = 207+133+31=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851F is #307AE0. Grayscale: #8F8F8F. Windows color (decimal): -3177185 or 2065871. OLE color: 2065871.
HSL color Cylindrical-coordinate representation of color #CF851F: hue angle of 34.77º 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 #CF851F is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 31 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.19 |
| HSL | 34.77º | 0.74% | 0.47% | - |
| HSV(B) | 34.77º | 0.85% | 0.81% | - |
| XYZ | 34.37 | 30.14 | 5.3 | - |
| YUV | 143.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 31 | 0 | 0.36 | 0.85 | 0.19 | 34.77 | 0.74 | 0.47 |
| Hex | CF | 85 | 1F | 0 | 24 | 55 | 13 | 23 | 4A | 2F |
| Octal | 317 | 205 | 37 | 0 | 44 | 125 | 23 | 43 | 112 | 57 |
| Binary | 11001111 | 10000101 | 11111 | 0 | 100100 | 1010101 | 10011 | 100011 | 1001010 | 101111 |
Color Harmonies of #CF851F
Complementary color
Monochromatic Colors of #CF851F
Black with #CF851F
Text Example
Text Example
White with #CF851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF851F; }
p { color: rgb(207,133,31); }
H1.HeaderClassName
{
color: #CF851F;
}
.AnyTagClassName
{
color: #CF851F;
}
</style>
background-color css
<style>
a { background-color: #CF851F; }
a { background-color: rgb(207,133,31); }
div.DivClassName
{
background-color: #CF851F;
}
.BgClassName
{
background-color: #CF851F;
}
</style>
border-color css
<style>
span { border-color: #CF851F; }
span { border-color: rgb(207,133,31); }
td.TdClassName
{
border-color: #CF851F;
}
.TagClassName
{
border-color: #CF851F;
}
</style>