Shades of Ochre #CF731F
Tints of Ochre #CF731F
RGB
CMYK
RGB Variations
Color information
#CF731F (or 0xCF731F) is known color: Ochre. HEX triplet: CF, 73 and 1F. RGB value is (207,115,31). Sum of RGB (Red+Green+Blue) = 207+115+31=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731F is #308CE0. Grayscale: #858585. Windows color (decimal): -3181793 or 2061263. OLE color: 2061263.
HSL color Cylindrical-coordinate representation of color #CF731F: hue angle of 28.64º 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 #CF731F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 31 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.19 |
| HSL | 28.64º | 0.74% | 0.47% | - |
| HSV(B) | 28.64º | 0.85% | 0.81% | - |
| XYZ | 32.11 | 25.63 | 4.55 | - |
| YUV | 132.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 31 | 0 | 0.44 | 0.85 | 0.19 | 28.64 | 0.74 | 0.47 |
| Hex | CF | 73 | 1F | 0 | 2C | 55 | 13 | 1D | 4A | 2F |
| Octal | 317 | 163 | 37 | 0 | 54 | 125 | 23 | 35 | 112 | 57 |
| Binary | 11001111 | 1110011 | 11111 | 0 | 101100 | 1010101 | 10011 | 11101 | 1001010 | 101111 |
Color Harmonies of #CF731F
Complementary color
Monochromatic Colors of #CF731F
Black with #CF731F
Text Example
Text Example
White with #CF731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF731F; }
p { color: rgb(207,115,31); }
H1.HeaderClassName
{
color: #CF731F;
}
.AnyTagClassName
{
color: #CF731F;
}
</style>
background-color css
<style>
a { background-color: #CF731F; }
a { background-color: rgb(207,115,31); }
div.DivClassName
{
background-color: #CF731F;
}
.BgClassName
{
background-color: #CF731F;
}
</style>
border-color css
<style>
span { border-color: #CF731F; }
span { border-color: rgb(207,115,31); }
td.TdClassName
{
border-color: #CF731F;
}
.TagClassName
{
border-color: #CF731F;
}
</style>