Shades of Ochre #CF7721
Tints of Ochre #CF7721
RGB
CMYK
RGB Variations
Color information
#CF7721 (or 0xCF7721) is known color: Ochre. HEX triplet: CF, 77 and 21. RGB value is (207,119,33). Sum of RGB (Red+Green+Blue) = 207+119+33=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7721 is #3088DE. Grayscale: #878787. Windows color (decimal): -3180767 or 2193359. OLE color: 2193359.
HSL color Cylindrical-coordinate representation of color #CF7721: hue angle of 29.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF7721 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.19 |
| HSL | 29.66º | 0.73% | 0.47% | - |
| HSV(B) | 29.66º | 0.84% | 0.81% | - |
| XYZ | 32.6 | 26.57 | 4.85 | - |
| YUV | 135.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 33 | 0 | 0.43 | 0.84 | 0.19 | 29.66 | 0.73 | 0.47 |
| Hex | CF | 77 | 21 | 0 | 2B | 54 | 13 | 1E | 48 | 2F |
| Octal | 317 | 167 | 41 | 0 | 53 | 124 | 23 | 36 | 110 | 57 |
| Binary | 11001111 | 1110111 | 100001 | 0 | 101011 | 1010100 | 10011 | 11110 | 1001000 | 101111 |
Color Harmonies of #CF7721
Complementary color
Monochromatic Colors of #CF7721
Black with #CF7721
Text Example
Text Example
White with #CF7721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7721; }
p { color: rgb(207,119,33); }
H1.HeaderClassName
{
color: #CF7721;
}
.AnyTagClassName
{
color: #CF7721;
}
</style>
background-color css
<style>
a { background-color: #CF7721; }
a { background-color: rgb(207,119,33); }
div.DivClassName
{
background-color: #CF7721;
}
.BgClassName
{
background-color: #CF7721;
}
</style>
border-color css
<style>
span { border-color: #CF7721; }
span { border-color: rgb(207,119,33); }
td.TdClassName
{
border-color: #CF7721;
}
.TagClassName
{
border-color: #CF7721;
}
</style>