Shades of Ochre #CF7A24
Tints of Ochre #CF7A24
RGB
CMYK
RGB Variations
Color information
#CF7A24 (or 0xCF7A24) is known color: Ochre. HEX triplet: CF, 7A and 24. RGB value is (207,122,36). Sum of RGB (Red+Green+Blue) = 207+122+36=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A24 is #3085DB. Grayscale: #8A8A8A. Windows color (decimal): -3179996 or 2390735. OLE color: 2390735.
HSL color Cylindrical-coordinate representation of color #CF7A24: hue angle of 30.18º 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 #CF7A24 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 36 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.19 |
| HSL | 30.18º | 0.7% | 0.48% | - |
| HSV(B) | 30.18º | 0.83% | 0.81% | - |
| XYZ | 33.01 | 27.31 | 5.2 | - |
| YUV | 137.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 36 | 0 | 0.41 | 0.83 | 0.19 | 30.18 | 0.7 | 0.48 |
| Hex | CF | 7A | 24 | 0 | 29 | 53 | 13 | 1E | 46 | 30 |
| Octal | 317 | 172 | 44 | 0 | 51 | 123 | 23 | 36 | 106 | 60 |
| Binary | 11001111 | 1111010 | 100100 | 0 | 101001 | 1010011 | 10011 | 11110 | 1000110 | 110000 |
Color Harmonies of #CF7A24
Complementary color
Monochromatic Colors of #CF7A24
Black with #CF7A24
Text Example
Text Example
White with #CF7A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A24; }
p { color: rgb(207,122,36); }
H1.HeaderClassName
{
color: #CF7A24;
}
.AnyTagClassName
{
color: #CF7A24;
}
</style>
background-color css
<style>
a { background-color: #CF7A24; }
a { background-color: rgb(207,122,36); }
div.DivClassName
{
background-color: #CF7A24;
}
.BgClassName
{
background-color: #CF7A24;
}
</style>
border-color css
<style>
span { border-color: #CF7A24; }
span { border-color: rgb(207,122,36); }
td.TdClassName
{
border-color: #CF7A24;
}
.TagClassName
{
border-color: #CF7A24;
}
</style>