Shades of Ochre #CF7F24
Tints of Ochre #CF7F24
RGB
CMYK
RGB Variations
Color information
#CF7F24 (or 0xCF7F24) is known color: Ochre. HEX triplet: CF, 7F and 24. RGB value is (207,127,36). Sum of RGB (Red+Green+Blue) = 207+127+36=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F24 is #3080DB. Grayscale: #8C8C8C. Windows color (decimal): -3178716 or 2392015. OLE color: 2392015.
HSL color Cylindrical-coordinate representation of color #CF7F24: hue angle of 31.93º 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 #CF7F24 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 36 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.19 |
| HSL | 31.93º | 0.7% | 0.48% | - |
| HSV(B) | 31.93º | 0.83% | 0.81% | - |
| XYZ | 33.64 | 28.57 | 5.41 | - |
| YUV | 140.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 36 | 0 | 0.39 | 0.83 | 0.19 | 31.93 | 0.7 | 0.48 |
| Hex | CF | 7F | 24 | 0 | 27 | 53 | 13 | 20 | 46 | 30 |
| Octal | 317 | 177 | 44 | 0 | 47 | 123 | 23 | 40 | 106 | 60 |
| Binary | 11001111 | 1111111 | 100100 | 0 | 100111 | 1010011 | 10011 | 100000 | 1000110 | 110000 |
Color Harmonies of #CF7F24
Complementary color
Monochromatic Colors of #CF7F24
Black with #CF7F24
Text Example
Text Example
White with #CF7F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F24; }
p { color: rgb(207,127,36); }
H1.HeaderClassName
{
color: #CF7F24;
}
.AnyTagClassName
{
color: #CF7F24;
}
</style>
background-color css
<style>
a { background-color: #CF7F24; }
a { background-color: rgb(207,127,36); }
div.DivClassName
{
background-color: #CF7F24;
}
.BgClassName
{
background-color: #CF7F24;
}
</style>
border-color css
<style>
span { border-color: #CF7F24; }
span { border-color: rgb(207,127,36); }
td.TdClassName
{
border-color: #CF7F24;
}
.TagClassName
{
border-color: #CF7F24;
}
</style>