Shades of Ochre #CF7B1D
Tints of Ochre #CF7B1D
RGB
CMYK
RGB Variations
Color information
#CF7B1D (or 0xCF7B1D) is known color: Ochre. HEX triplet: CF, 7B and 1D. RGB value is (207,123,29). Sum of RGB (Red+Green+Blue) = 207+123+29=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B1D is #3084E2. Grayscale: #898989. Windows color (decimal): -3179747 or 1932239. OLE color: 1932239.
HSL color Cylindrical-coordinate representation of color #CF7B1D: hue angle of 31.69º 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 #CF7B1D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 29 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.19 |
| HSL | 31.69º | 0.75% | 0.46% | - |
| HSV(B) | 31.69º | 0.86% | 0.81% | - |
| XYZ | 33.04 | 27.52 | 4.73 | - |
| YUV | 137.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 29 | 0 | 0.41 | 0.86 | 0.19 | 31.69 | 0.75 | 0.46 |
| Hex | CF | 7B | 1D | 0 | 29 | 56 | 13 | 20 | 4B | 2E |
| Octal | 317 | 173 | 35 | 0 | 51 | 126 | 23 | 40 | 113 | 56 |
| Binary | 11001111 | 1111011 | 11101 | 0 | 101001 | 1010110 | 10011 | 100000 | 1001011 | 101110 |
Color Harmonies of #CF7B1D
Complementary color
Monochromatic Colors of #CF7B1D
Black with #CF7B1D
Text Example
Text Example
White with #CF7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B1D; }
p { color: rgb(207,123,29); }
H1.HeaderClassName
{
color: #CF7B1D;
}
.AnyTagClassName
{
color: #CF7B1D;
}
</style>
background-color css
<style>
a { background-color: #CF7B1D; }
a { background-color: rgb(207,123,29); }
div.DivClassName
{
background-color: #CF7B1D;
}
.BgClassName
{
background-color: #CF7B1D;
}
</style>
border-color css
<style>
span { border-color: #CF7B1D; }
span { border-color: rgb(207,123,29); }
td.TdClassName
{
border-color: #CF7B1D;
}
.TagClassName
{
border-color: #CF7B1D;
}
</style>