Shades of Ochre #CF771D
Tints of Ochre #CF771D
RGB
CMYK
RGB Variations
Color information
#CF771D (or 0xCF771D) is known color: Ochre. HEX triplet: CF, 77 and 1D. RGB value is (207,119,29). Sum of RGB (Red+Green+Blue) = 207+119+29=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF771D is #3088E2. Grayscale: #878787. Windows color (decimal): -3180771 or 1931215. OLE color: 1931215.
HSL color Cylindrical-coordinate representation of color #CF771D: hue angle of 30.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF771D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 29 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.19 |
| HSL | 30.34º | 0.75% | 0.46% | - |
| HSV(B) | 30.34º | 0.86% | 0.81% | - |
| XYZ | 32.55 | 26.55 | 4.57 | - |
| YUV | 135.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 29 | 0 | 0.43 | 0.86 | 0.19 | 30.34 | 0.75 | 0.46 |
| Hex | CF | 77 | 1D | 0 | 2B | 56 | 13 | 1E | 4B | 2E |
| Octal | 317 | 167 | 35 | 0 | 53 | 126 | 23 | 36 | 113 | 56 |
| Binary | 11001111 | 1110111 | 11101 | 0 | 101011 | 1010110 | 10011 | 11110 | 1001011 | 101110 |
Color Harmonies of #CF771D
Complementary color
Monochromatic Colors of #CF771D
Black with #CF771D
Text Example
Text Example
White with #CF771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF771D; }
p { color: rgb(207,119,29); }
H1.HeaderClassName
{
color: #CF771D;
}
.AnyTagClassName
{
color: #CF771D;
}
</style>
background-color css
<style>
a { background-color: #CF771D; }
a { background-color: rgb(207,119,29); }
div.DivClassName
{
background-color: #CF771D;
}
.BgClassName
{
background-color: #CF771D;
}
</style>
border-color css
<style>
span { border-color: #CF771D; }
span { border-color: rgb(207,119,29); }
td.TdClassName
{
border-color: #CF771D;
}
.TagClassName
{
border-color: #CF771D;
}
</style>