Shades of Ochre #CF740B
Tints of Ochre #CF740B
RGB
CMYK
RGB Variations
Color information
#CF740B (or 0xCF740B) is known color: Ochre. HEX triplet: CF, 74 and 0B. RGB value is (207,116,11). Sum of RGB (Red+Green+Blue) = 207+116+11=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF740B is #308BF4. Grayscale: #838383. Windows color (decimal): -3181557 or 750799. OLE color: 750799.
HSL color Cylindrical-coordinate representation of color #CF740B: hue angle of 32.14º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF740B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.19 |
| HSL | 32.14º | 0.9% | 0.43% | - |
| HSV(B) | 32.14º | 0.95% | 0.81% | - |
| XYZ | 32.04 | 25.78 | 3.6 | - |
| YUV | 131.24 | 60.15 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 11 | 0 | 0.44 | 0.95 | 0.19 | 32.14 | 0.9 | 0.43 |
| Hex | CF | 74 | B | 0 | 2C | 5F | 13 | 20 | 5A | 2B |
| Octal | 317 | 164 | 13 | 0 | 54 | 137 | 23 | 40 | 132 | 53 |
| Binary | 11001111 | 1110100 | 1011 | 0 | 101100 | 1011111 | 10011 | 100000 | 1011010 | 101011 |
Color Harmonies of #CF740B
Complementary color
Monochromatic Colors of #CF740B
Black with #CF740B
Text Example
Text Example
White with #CF740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF740B; }
p { color: rgb(207,116,11); }
H1.HeaderClassName
{
color: #CF740B;
}
.AnyTagClassName
{
color: #CF740B;
}
</style>
background-color css
<style>
a { background-color: #CF740B; }
a { background-color: rgb(207,116,11); }
div.DivClassName
{
background-color: #CF740B;
}
.BgClassName
{
background-color: #CF740B;
}
</style>
border-color css
<style>
span { border-color: #CF740B; }
span { border-color: rgb(207,116,11); }
td.TdClassName
{
border-color: #CF740B;
}
.TagClassName
{
border-color: #CF740B;
}
</style>