Shades of Ochre #CF7524
Tints of Ochre #CF7524
RGB
CMYK
RGB Variations
Color information
#CF7524 (or 0xCF7524) is known color: Ochre. HEX triplet: CF, 75 and 24. RGB value is (207,117,36). Sum of RGB (Red+Green+Blue) = 207+117+36=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7524 is #308ADB. Grayscale: #878787. Windows color (decimal): -3181276 or 2389455. OLE color: 2389455.
HSL color Cylindrical-coordinate representation of color #CF7524: hue angle of 28.42º 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 #CF7524 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 36 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.19 |
| HSL | 28.42º | 0.7% | 0.48% | - |
| HSV(B) | 28.42º | 0.83% | 0.81% | - |
| XYZ | 32.41 | 26.12 | 5 | - |
| YUV | 134.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 36 | 0 | 0.43 | 0.83 | 0.19 | 28.42 | 0.7 | 0.48 |
| Hex | CF | 75 | 24 | 0 | 2B | 53 | 13 | 1C | 46 | 30 |
| Octal | 317 | 165 | 44 | 0 | 53 | 123 | 23 | 34 | 106 | 60 |
| Binary | 11001111 | 1110101 | 100100 | 0 | 101011 | 1010011 | 10011 | 11100 | 1000110 | 110000 |
Color Harmonies of #CF7524
Complementary color
Monochromatic Colors of #CF7524
Black with #CF7524
Text Example
Text Example
White with #CF7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7524; }
p { color: rgb(207,117,36); }
H1.HeaderClassName
{
color: #CF7524;
}
.AnyTagClassName
{
color: #CF7524;
}
</style>
background-color css
<style>
a { background-color: #CF7524; }
a { background-color: rgb(207,117,36); }
div.DivClassName
{
background-color: #CF7524;
}
.BgClassName
{
background-color: #CF7524;
}
</style>
border-color css
<style>
span { border-color: #CF7524; }
span { border-color: rgb(207,117,36); }
td.TdClassName
{
border-color: #CF7524;
}
.TagClassName
{
border-color: #CF7524;
}
</style>