Shades of Ochre #CF7D1F
Tints of Ochre #CF7D1F
RGB
CMYK
RGB Variations
Color information
#CF7D1F (or 0xCF7D1F) is known color: Ochre. HEX triplet: CF, 7D and 1F. RGB value is (207,125,31). Sum of RGB (Red+Green+Blue) = 207+125+31=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D1F is #3082E0. Grayscale: #8B8B8B. Windows color (decimal): -3179233 or 2063823. OLE color: 2063823.
HSL color Cylindrical-coordinate representation of color #CF7D1F: hue angle of 32.05º 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 #CF7D1F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.19 |
| HSL | 32.05º | 0.74% | 0.47% | - |
| HSV(B) | 32.05º | 0.85% | 0.81% | - |
| XYZ | 33.31 | 28.03 | 4.95 | - |
| YUV | 138.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 31 | 0 | 0.40 | 0.85 | 0.19 | 32.05 | 0.74 | 0.47 |
| Hex | CF | 7D | 1F | 0 | 28 | 55 | 13 | 20 | 4A | 2F |
| Octal | 317 | 175 | 37 | 0 | 50 | 125 | 23 | 40 | 112 | 57 |
| Binary | 11001111 | 1111101 | 11111 | 0 | 101000 | 1010101 | 10011 | 100000 | 1001010 | 101111 |
Color Harmonies of #CF7D1F
Complementary color
Monochromatic Colors of #CF7D1F
Black with #CF7D1F
Text Example
Text Example
White with #CF7D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D1F; }
p { color: rgb(207,125,31); }
H1.HeaderClassName
{
color: #CF7D1F;
}
.AnyTagClassName
{
color: #CF7D1F;
}
</style>
background-color css
<style>
a { background-color: #CF7D1F; }
a { background-color: rgb(207,125,31); }
div.DivClassName
{
background-color: #CF7D1F;
}
.BgClassName
{
background-color: #CF7D1F;
}
</style>
border-color css
<style>
span { border-color: #CF7D1F; }
span { border-color: rgb(207,125,31); }
td.TdClassName
{
border-color: #CF7D1F;
}
.TagClassName
{
border-color: #CF7D1F;
}
</style>