Shades of Ochre #CF750D
Tints of Ochre #CF750D
RGB
CMYK
RGB Variations
Color information
#CF750D (or 0xCF750D) is known color: Ochre. HEX triplet: CF, 75 and 0D. RGB value is (207,117,13). Sum of RGB (Red+Green+Blue) = 207+117+13=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF750D is #308AF2. Grayscale: #848484. Windows color (decimal): -3181299 or 882127. OLE color: 882127.
HSL color Cylindrical-coordinate representation of color #CF750D: hue angle of 32.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF750D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.19 |
| HSL | 32.16º | 0.88% | 0.43% | - |
| HSV(B) | 32.16º | 0.94% | 0.81% | - |
| XYZ | 32.17 | 26.02 | 3.71 | - |
| YUV | 132.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 13 | 0 | 0.43 | 0.94 | 0.19 | 32.16 | 0.88 | 0.43 |
| Hex | CF | 75 | D | 0 | 2B | 5E | 13 | 20 | 58 | 2B |
| Octal | 317 | 165 | 15 | 0 | 53 | 136 | 23 | 40 | 130 | 53 |
| Binary | 11001111 | 1110101 | 1101 | 0 | 101011 | 1011110 | 10011 | 100000 | 1011000 | 101011 |
Color Harmonies of #CF750D
Complementary color
Monochromatic Colors of #CF750D
Black with #CF750D
Text Example
Text Example
White with #CF750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF750D; }
p { color: rgb(207,117,13); }
H1.HeaderClassName
{
color: #CF750D;
}
.AnyTagClassName
{
color: #CF750D;
}
</style>
background-color css
<style>
a { background-color: #CF750D; }
a { background-color: rgb(207,117,13); }
div.DivClassName
{
background-color: #CF750D;
}
.BgClassName
{
background-color: #CF750D;
}
</style>
border-color css
<style>
span { border-color: #CF750D; }
span { border-color: rgb(207,117,13); }
td.TdClassName
{
border-color: #CF750D;
}
.TagClassName
{
border-color: #CF750D;
}
</style>