Shades of Ochre #C77314
Tints of Ochre #C77314
RGB
CMYK
RGB Variations
Color information
#C77314 (or 0xC77314) is known color: Ochre. HEX triplet: C7, 73 and 14. RGB value is (199,115,20). Sum of RGB (Red+Green+Blue) = 199+115+20=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77314 is #388CEB. Grayscale: #818181. Windows color (decimal): -3706092 or 1340359. OLE color: 1340359.
HSL color Cylindrical-coordinate representation of color #C77314: hue angle of 31.84º degrees, saturation: 0.82, 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 #C77314 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.22 |
| HSL | 31.84º | 0.82% | 0.43% | - |
| HSV(B) | 31.84º | 0.9% | 0.78% | - |
| XYZ | 29.81 | 24.45 | 3.81 | - |
| YUV | 129.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 20 | 0 | 0.42 | 0.90 | 0.22 | 31.84 | 0.82 | 0.43 |
| Hex | C7 | 73 | 14 | 0 | 2A | 5A | 16 | 20 | 52 | 2B |
| Octal | 307 | 163 | 24 | 0 | 52 | 132 | 26 | 40 | 122 | 53 |
| Binary | 11000111 | 1110011 | 10100 | 0 | 101010 | 1011010 | 10110 | 100000 | 1010010 | 101011 |
Color Harmonies of #C77314
Complementary color
Monochromatic Colors of #C77314
Black with #C77314
Text Example
Text Example
White with #C77314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77314; }
p { color: rgb(199,115,20); }
H1.HeaderClassName
{
color: #C77314;
}
.AnyTagClassName
{
color: #C77314;
}
</style>
background-color css
<style>
a { background-color: #C77314; }
a { background-color: rgb(199,115,20); }
div.DivClassName
{
background-color: #C77314;
}
.BgClassName
{
background-color: #C77314;
}
</style>
border-color css
<style>
span { border-color: #C77314; }
span { border-color: rgb(199,115,20); }
td.TdClassName
{
border-color: #C77314;
}
.TagClassName
{
border-color: #C77314;
}
</style>