Shades of Ochre #CF8713
Tints of Ochre #CF8713
RGB
CMYK
RGB Variations
Color information
#CF8713 (or 0xCF8713) is known color: Ochre. HEX triplet: CF, 87 and 13. RGB value is (207,135,19). Sum of RGB (Red+Green+Blue) = 207+135+19=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8713 is #3078EC. Grayscale: #8F8F8F. Windows color (decimal): -3176685 or 1279951. OLE color: 1279951.
HSL color Cylindrical-coordinate representation of color #CF8713: hue angle of 37.02º 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 #CF8713 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 19 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.19 |
| HSL | 37.02º | 0.83% | 0.44% | - |
| HSV(B) | 37.02º | 0.91% | 0.81% | - |
| XYZ | 34.51 | 30.64 | 4.71 | - |
| YUV | 143.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 19 | 0 | 0.35 | 0.91 | 0.19 | 37.02 | 0.83 | 0.44 |
| Hex | CF | 87 | 13 | 0 | 23 | 5B | 13 | 25 | 53 | 2C |
| Octal | 317 | 207 | 23 | 0 | 43 | 133 | 23 | 45 | 123 | 54 |
| Binary | 11001111 | 10000111 | 10011 | 0 | 100011 | 1011011 | 10011 | 100101 | 1010011 | 101100 |
Color Harmonies of #CF8713
Complementary color
Monochromatic Colors of #CF8713
Black with #CF8713
Text Example
Text Example
White with #CF8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8713; }
p { color: rgb(207,135,19); }
H1.HeaderClassName
{
color: #CF8713;
}
.AnyTagClassName
{
color: #CF8713;
}
</style>
background-color css
<style>
a { background-color: #CF8713; }
a { background-color: rgb(207,135,19); }
div.DivClassName
{
background-color: #CF8713;
}
.BgClassName
{
background-color: #CF8713;
}
</style>
border-color css
<style>
span { border-color: #CF8713; }
span { border-color: rgb(207,135,19); }
td.TdClassName
{
border-color: #CF8713;
}
.TagClassName
{
border-color: #CF8713;
}
</style>