Shades of Ochre #CF761B
Tints of Ochre #CF761B
RGB
CMYK
RGB Variations
Color information
#CF761B (or 0xCF761B) is known color: Ochre. HEX triplet: CF, 76 and 1B. RGB value is (207,118,27). Sum of RGB (Red+Green+Blue) = 207+118+27=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF761B is #3089E4. Grayscale: #868686. Windows color (decimal): -3181029 or 1799887. OLE color: 1799887.
HSL color Cylindrical-coordinate representation of color #CF761B: hue angle of 30.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF761B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.19 |
| HSL | 30.33º | 0.77% | 0.46% | - |
| HSV(B) | 30.33º | 0.87% | 0.81% | - |
| XYZ | 32.41 | 26.3 | 4.41 | - |
| YUV | 134.24 | 67.49 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 27 | 0 | 0.43 | 0.87 | 0.19 | 30.33 | 0.77 | 0.46 |
| Hex | CF | 76 | 1B | 0 | 2B | 57 | 13 | 1E | 4D | 2E |
| Octal | 317 | 166 | 33 | 0 | 53 | 127 | 23 | 36 | 115 | 56 |
| Binary | 11001111 | 1110110 | 11011 | 0 | 101011 | 1010111 | 10011 | 11110 | 1001101 | 101110 |
Color Harmonies of #CF761B
Complementary color
Monochromatic Colors of #CF761B
Black with #CF761B
Text Example
Text Example
White with #CF761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF761B; }
p { color: rgb(207,118,27); }
H1.HeaderClassName
{
color: #CF761B;
}
.AnyTagClassName
{
color: #CF761B;
}
</style>
background-color css
<style>
a { background-color: #CF761B; }
a { background-color: rgb(207,118,27); }
div.DivClassName
{
background-color: #CF761B;
}
.BgClassName
{
background-color: #CF761B;
}
</style>
border-color css
<style>
span { border-color: #CF761B; }
span { border-color: rgb(207,118,27); }
td.TdClassName
{
border-color: #CF761B;
}
.TagClassName
{
border-color: #CF761B;
}
</style>