Shades of Ochre #CF7124
Tints of Ochre #CF7124
RGB
CMYK
RGB Variations
Color information
#CF7124 (or 0xCF7124) is known color: Ochre. HEX triplet: CF, 71 and 24. RGB value is (207,113,36). Sum of RGB (Red+Green+Blue) = 207+113+36=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7124 is #308EDB. Grayscale: #848484. Windows color (decimal): -3182300 or 2388431. OLE color: 2388431.
HSL color Cylindrical-coordinate representation of color #CF7124: hue angle of 27.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF7124 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 36 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.19 |
| HSL | 27.02º | 0.7% | 0.48% | - |
| HSV(B) | 27.02º | 0.83% | 0.81% | - |
| XYZ | 31.96 | 25.2 | 4.85 | - |
| YUV | 132.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 36 | 0 | 0.45 | 0.83 | 0.19 | 27.02 | 0.7 | 0.48 |
| Hex | CF | 71 | 24 | 0 | 2D | 53 | 13 | 1B | 46 | 30 |
| Octal | 317 | 161 | 44 | 0 | 55 | 123 | 23 | 33 | 106 | 60 |
| Binary | 11001111 | 1110001 | 100100 | 0 | 101101 | 1010011 | 10011 | 11011 | 1000110 | 110000 |
Color Harmonies of #CF7124
Complementary color
Monochromatic Colors of #CF7124
Black with #CF7124
Text Example
Text Example
White with #CF7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7124; }
p { color: rgb(207,113,36); }
H1.HeaderClassName
{
color: #CF7124;
}
.AnyTagClassName
{
color: #CF7124;
}
</style>
background-color css
<style>
a { background-color: #CF7124; }
a { background-color: rgb(207,113,36); }
div.DivClassName
{
background-color: #CF7124;
}
.BgClassName
{
background-color: #CF7124;
}
</style>
border-color css
<style>
span { border-color: #CF7124; }
span { border-color: rgb(207,113,36); }
td.TdClassName
{
border-color: #CF7124;
}
.TagClassName
{
border-color: #CF7124;
}
</style>