Shades of Ochre #CF7713
Tints of Ochre #CF7713
RGB
CMYK
RGB Variations
Color information
#CF7713 (or 0xCF7713) is known color: Ochre. HEX triplet: CF, 77 and 13. RGB value is (207,119,19). Sum of RGB (Red+Green+Blue) = 207+119+19=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7713 is #3088EC. Grayscale: #868686. Windows color (decimal): -3180781 or 1275855. OLE color: 1275855.
HSL color Cylindrical-coordinate representation of color #CF7713: hue angle of 31.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF7713 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 19 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.19 |
| HSL | 31.91º | 0.83% | 0.44% | - |
| HSV(B) | 31.91º | 0.91% | 0.81% | - |
| XYZ | 32.45 | 26.51 | 4.02 | - |
| YUV | 133.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 19 | 0 | 0.43 | 0.91 | 0.19 | 31.91 | 0.83 | 0.44 |
| Hex | CF | 77 | 13 | 0 | 2B | 5B | 13 | 20 | 53 | 2C |
| Octal | 317 | 167 | 23 | 0 | 53 | 133 | 23 | 40 | 123 | 54 |
| Binary | 11001111 | 1110111 | 10011 | 0 | 101011 | 1011011 | 10011 | 100000 | 1010011 | 101100 |
Color Harmonies of #CF7713
Complementary color
Monochromatic Colors of #CF7713
Black with #CF7713
Text Example
Text Example
White with #CF7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7713; }
p { color: rgb(207,119,19); }
H1.HeaderClassName
{
color: #CF7713;
}
.AnyTagClassName
{
color: #CF7713;
}
</style>
background-color css
<style>
a { background-color: #CF7713; }
a { background-color: rgb(207,119,19); }
div.DivClassName
{
background-color: #CF7713;
}
.BgClassName
{
background-color: #CF7713;
}
</style>
border-color css
<style>
span { border-color: #CF7713; }
span { border-color: rgb(207,119,19); }
td.TdClassName
{
border-color: #CF7713;
}
.TagClassName
{
border-color: #CF7713;
}
</style>