Shades of Ochre #CF7727
Tints of Ochre #CF7727
RGB
CMYK
RGB Variations
Color information
#CF7727 (or 0xCF7727) is known color: Ochre. HEX triplet: CF, 77 and 27. RGB value is (207,119,39). Sum of RGB (Red+Green+Blue) = 207+119+39=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7727 is #3088D8. Grayscale: #888888. Windows color (decimal): -3180761 or 2586575. OLE color: 2586575.
HSL color Cylindrical-coordinate representation of color #CF7727: hue angle of 28.57º 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 #CF7727 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 39 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.19 |
| HSL | 28.57º | 0.68% | 0.48% | - |
| HSV(B) | 28.57º | 0.81% | 0.81% | - |
| XYZ | 32.7 | 26.61 | 5.33 | - |
| YUV | 136.19 | 73.15 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 39 | 0 | 0.43 | 0.81 | 0.19 | 28.57 | 0.68 | 0.48 |
| Hex | CF | 77 | 27 | 0 | 2B | 51 | 13 | 1D | 44 | 30 |
| Octal | 317 | 167 | 47 | 0 | 53 | 121 | 23 | 35 | 104 | 60 |
| Binary | 11001111 | 1110111 | 100111 | 0 | 101011 | 1010001 | 10011 | 11101 | 1000100 | 110000 |
Color Harmonies of #CF7727
Complementary color
Monochromatic Colors of #CF7727
Black with #CF7727
Text Example
Text Example
White with #CF7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7727; }
p { color: rgb(207,119,39); }
H1.HeaderClassName
{
color: #CF7727;
}
.AnyTagClassName
{
color: #CF7727;
}
</style>
background-color css
<style>
a { background-color: #CF7727; }
a { background-color: rgb(207,119,39); }
div.DivClassName
{
background-color: #CF7727;
}
.BgClassName
{
background-color: #CF7727;
}
</style>
border-color css
<style>
span { border-color: #CF7727; }
span { border-color: rgb(207,119,39); }
td.TdClassName
{
border-color: #CF7727;
}
.TagClassName
{
border-color: #CF7727;
}
</style>