Shades of Ochre #C7701D
Tints of Ochre #C7701D
RGB
CMYK
RGB Variations
Color information
#C7701D (or 0xC7701D) is known color: Ochre. HEX triplet: C7, 70 and 1D. RGB value is (199,112,29). Sum of RGB (Red+Green+Blue) = 199+112+29=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7701D is #388FE2. Grayscale: #808080. Windows color (decimal): -3706851 or 1929415. OLE color: 1929415.
HSL color Cylindrical-coordinate representation of color #C7701D: hue angle of 29.29º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7701D is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 29 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.22 |
| HSL | 29.29º | 0.75% | 0.45% | - |
| HSV(B) | 29.29º | 0.85% | 0.78% | - |
| XYZ | 29.57 | 23.82 | 4.2 | - |
| YUV | 128.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 29 | 0 | 0.44 | 0.85 | 0.22 | 29.29 | 0.75 | 0.45 |
| Hex | C7 | 70 | 1D | 0 | 2C | 55 | 16 | 1D | 4B | 2D |
| Octal | 307 | 160 | 35 | 0 | 54 | 125 | 26 | 35 | 113 | 55 |
| Binary | 11000111 | 1110000 | 11101 | 0 | 101100 | 1010101 | 10110 | 11101 | 1001011 | 101101 |
Color Harmonies of #C7701D
Complementary color
Monochromatic Colors of #C7701D
Black with #C7701D
Text Example
Text Example
White with #C7701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7701D; }
p { color: rgb(199,112,29); }
H1.HeaderClassName
{
color: #C7701D;
}
.AnyTagClassName
{
color: #C7701D;
}
</style>
background-color css
<style>
a { background-color: #C7701D; }
a { background-color: rgb(199,112,29); }
div.DivClassName
{
background-color: #C7701D;
}
.BgClassName
{
background-color: #C7701D;
}
</style>
border-color css
<style>
span { border-color: #C7701D; }
span { border-color: rgb(199,112,29); }
td.TdClassName
{
border-color: #C7701D;
}
.TagClassName
{
border-color: #C7701D;
}
</style>