Shades of Ochre #CF831F
Tints of Ochre #CF831F
RGB
CMYK
RGB Variations
Color information
#CF831F (or 0xCF831F) is known color: Ochre. HEX triplet: CF, 83 and 1F. RGB value is (207,131,31). Sum of RGB (Red+Green+Blue) = 207+131+31=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF831F is #307CE0. Grayscale: #8E8E8E. Windows color (decimal): -3177697 or 2065359. OLE color: 2065359.
HSL color Cylindrical-coordinate representation of color #CF831F: hue angle of 34.09º 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 #CF831F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 31 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.19 |
| HSL | 34.09º | 0.74% | 0.47% | - |
| HSV(B) | 34.09º | 0.85% | 0.81% | - |
| XYZ | 34.1 | 29.6 | 5.21 | - |
| YUV | 142.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 31 | 0 | 0.37 | 0.85 | 0.19 | 34.09 | 0.74 | 0.47 |
| Hex | CF | 83 | 1F | 0 | 25 | 55 | 13 | 22 | 4A | 2F |
| Octal | 317 | 203 | 37 | 0 | 45 | 125 | 23 | 42 | 112 | 57 |
| Binary | 11001111 | 10000011 | 11111 | 0 | 100101 | 1010101 | 10011 | 100010 | 1001010 | 101111 |
Color Harmonies of #CF831F
Complementary color
Monochromatic Colors of #CF831F
Black with #CF831F
Text Example
Text Example
White with #CF831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF831F; }
p { color: rgb(207,131,31); }
H1.HeaderClassName
{
color: #CF831F;
}
.AnyTagClassName
{
color: #CF831F;
}
</style>
background-color css
<style>
a { background-color: #CF831F; }
a { background-color: rgb(207,131,31); }
div.DivClassName
{
background-color: #CF831F;
}
.BgClassName
{
background-color: #CF831F;
}
</style>
border-color css
<style>
span { border-color: #CF831F; }
span { border-color: rgb(207,131,31); }
td.TdClassName
{
border-color: #CF831F;
}
.TagClassName
{
border-color: #CF831F;
}
</style>