Shades of Ochre #CF761F
Tints of Ochre #CF761F
RGB
CMYK
RGB Variations
Color information
#CF761F (or 0xCF761F) is known color: Ochre. HEX triplet: CF, 76 and 1F. RGB value is (207,118,31). Sum of RGB (Red+Green+Blue) = 207+118+31=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF761F is #3089E0. Grayscale: #878787. Windows color (decimal): -3181025 or 2062031. OLE color: 2062031.
HSL color Cylindrical-coordinate representation of color #CF761F: hue angle of 29.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF761F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.19 |
| HSL | 29.66º | 0.74% | 0.47% | - |
| HSV(B) | 29.66º | 0.85% | 0.81% | - |
| XYZ | 32.46 | 26.32 | 4.67 | - |
| YUV | 134.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 31 | 0 | 0.43 | 0.85 | 0.19 | 29.66 | 0.74 | 0.47 |
| Hex | CF | 76 | 1F | 0 | 2B | 55 | 13 | 1E | 4A | 2F |
| Octal | 317 | 166 | 37 | 0 | 53 | 125 | 23 | 36 | 112 | 57 |
| Binary | 11001111 | 1110110 | 11111 | 0 | 101011 | 1010101 | 10011 | 11110 | 1001010 | 101111 |
Color Harmonies of #CF761F
Complementary color
Monochromatic Colors of #CF761F
Black with #CF761F
Text Example
Text Example
White with #CF761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF761F; }
p { color: rgb(207,118,31); }
H1.HeaderClassName
{
color: #CF761F;
}
.AnyTagClassName
{
color: #CF761F;
}
</style>
background-color css
<style>
a { background-color: #CF761F; }
a { background-color: rgb(207,118,31); }
div.DivClassName
{
background-color: #CF761F;
}
.BgClassName
{
background-color: #CF761F;
}
</style>
border-color css
<style>
span { border-color: #CF761F; }
span { border-color: rgb(207,118,31); }
td.TdClassName
{
border-color: #CF761F;
}
.TagClassName
{
border-color: #CF761F;
}
</style>