Shades of Ochre #CF7227
Tints of Ochre #CF7227
RGB
CMYK
RGB Variations
Color information
#CF7227 (or 0xCF7227) is known color: Ochre. HEX triplet: CF, 72 and 27. RGB value is (207,114,39). Sum of RGB (Red+Green+Blue) = 207+114+39=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7227 is #308DD8. Grayscale: #858585. Windows color (decimal): -3182041 or 2585295. OLE color: 2585295.
HSL color Cylindrical-coordinate representation of color #CF7227: hue angle of 26.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7227 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 39 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.19 |
| HSL | 26.79º | 0.68% | 0.48% | - |
| HSV(B) | 26.79º | 0.81% | 0.81% | - |
| XYZ | 32.12 | 25.45 | 5.14 | - |
| YUV | 133.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 39 | 0 | 0.45 | 0.81 | 0.19 | 26.79 | 0.68 | 0.48 |
| Hex | CF | 72 | 27 | 0 | 2D | 51 | 13 | 1B | 44 | 30 |
| Octal | 317 | 162 | 47 | 0 | 55 | 121 | 23 | 33 | 104 | 60 |
| Binary | 11001111 | 1110010 | 100111 | 0 | 101101 | 1010001 | 10011 | 11011 | 1000100 | 110000 |
Color Harmonies of #CF7227
Complementary color
Monochromatic Colors of #CF7227
Black with #CF7227
Text Example
Text Example
White with #CF7227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7227; }
p { color: rgb(207,114,39); }
H1.HeaderClassName
{
color: #CF7227;
}
.AnyTagClassName
{
color: #CF7227;
}
</style>
background-color css
<style>
a { background-color: #CF7227; }
a { background-color: rgb(207,114,39); }
div.DivClassName
{
background-color: #CF7227;
}
.BgClassName
{
background-color: #CF7227;
}
</style>
border-color css
<style>
span { border-color: #CF7227; }
span { border-color: rgb(207,114,39); }
td.TdClassName
{
border-color: #CF7227;
}
.TagClassName
{
border-color: #CF7227;
}
</style>