Shades of Ochre #C77213
Tints of Ochre #C77213
RGB
CMYK
RGB Variations
Color information
#C77213 (or 0xC77213) is known color: Ochre. HEX triplet: C7, 72 and 13. RGB value is (199,114,19). Sum of RGB (Red+Green+Blue) = 199+114+19=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C77213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77213 is #388DEC. Grayscale: #818181. Windows color (decimal): -3706349 or 1274567. OLE color: 1274567.
HSL color Cylindrical-coordinate representation of color #C77213: hue angle of 31.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77213 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.22 |
| HSL | 31.67º | 0.83% | 0.43% | - |
| HSV(B) | 31.67º | 0.9% | 0.78% | - |
| XYZ | 29.69 | 24.22 | 3.73 | - |
| YUV | 128.59 | 66.16 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 19 | 0 | 0.43 | 0.90 | 0.22 | 31.67 | 0.83 | 0.43 |
| Hex | C7 | 72 | 13 | 0 | 2B | 5A | 16 | 20 | 53 | 2B |
| Octal | 307 | 162 | 23 | 0 | 53 | 132 | 26 | 40 | 123 | 53 |
| Binary | 11000111 | 1110010 | 10011 | 0 | 101011 | 1011010 | 10110 | 100000 | 1010011 | 101011 |
Color Harmonies of #C77213
Complementary color
Monochromatic Colors of #C77213
Black with #C77213
Text Example
Text Example
White with #C77213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77213; }
p { color: rgb(199,114,19); }
H1.HeaderClassName
{
color: #C77213;
}
.AnyTagClassName
{
color: #C77213;
}
</style>
background-color css
<style>
a { background-color: #C77213; }
a { background-color: rgb(199,114,19); }
div.DivClassName
{
background-color: #C77213;
}
.BgClassName
{
background-color: #C77213;
}
</style>
border-color css
<style>
span { border-color: #C77213; }
span { border-color: rgb(199,114,19); }
td.TdClassName
{
border-color: #C77213;
}
.TagClassName
{
border-color: #C77213;
}
</style>