Shades of Ochre #CF741D
Tints of Ochre #CF741D
RGB
CMYK
RGB Variations
Color information
#CF741D (or 0xCF741D) is known color: Ochre. HEX triplet: CF, 74 and 1D. RGB value is (207,116,29). Sum of RGB (Red+Green+Blue) = 207+116+29=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF741D is #308BE2. Grayscale: #858585. Windows color (decimal): -3181539 or 1930447. OLE color: 1930447.
HSL color Cylindrical-coordinate representation of color #CF741D: hue angle of 29.33º 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 #CF741D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.19 |
| HSL | 29.33º | 0.75% | 0.46% | - |
| HSV(B) | 29.33º | 0.86% | 0.81% | - |
| XYZ | 32.2 | 25.84 | 4.45 | - |
| YUV | 133.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 29 | 0 | 0.44 | 0.86 | 0.19 | 29.33 | 0.75 | 0.46 |
| Hex | CF | 74 | 1D | 0 | 2C | 56 | 13 | 1D | 4B | 2E |
| Octal | 317 | 164 | 35 | 0 | 54 | 126 | 23 | 35 | 113 | 56 |
| Binary | 11001111 | 1110100 | 11101 | 0 | 101100 | 1010110 | 10011 | 11101 | 1001011 | 101110 |
Color Harmonies of #CF741D
Complementary color
Monochromatic Colors of #CF741D
Black with #CF741D
Text Example
Text Example
White with #CF741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF741D; }
p { color: rgb(207,116,29); }
H1.HeaderClassName
{
color: #CF741D;
}
.AnyTagClassName
{
color: #CF741D;
}
</style>
background-color css
<style>
a { background-color: #CF741D; }
a { background-color: rgb(207,116,29); }
div.DivClassName
{
background-color: #CF741D;
}
.BgClassName
{
background-color: #CF741D;
}
</style>
border-color css
<style>
span { border-color: #CF741D; }
span { border-color: rgb(207,116,29); }
td.TdClassName
{
border-color: #CF741D;
}
.TagClassName
{
border-color: #CF741D;
}
</style>