Shades of Ochre #C57713
Tints of Ochre #C57713
RGB
CMYK
RGB Variations
Color information
#C57713 (or 0xC57713) is known color: Ochre. HEX triplet: C5, 77 and 13. RGB value is (197,119,19). Sum of RGB (Red+Green+Blue) = 197+119+19=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57713 is #3A88EC. Grayscale: #838383. Windows color (decimal): -3836141 or 1275845. OLE color: 1275845.
HSL color Cylindrical-coordinate representation of color #C57713: hue angle of 33.71º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57713 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.23 |
| HSL | 33.71º | 0.82% | 0.42% | - |
| HSV(B) | 33.71º | 0.9% | 0.77% | - |
| XYZ | 29.74 | 25.11 | 3.9 | - |
| YUV | 130.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 19 | 0 | 0.40 | 0.90 | 0.23 | 33.71 | 0.82 | 0.42 |
| Hex | C5 | 77 | 13 | 0 | 28 | 5A | 17 | 22 | 52 | 2A |
| Octal | 305 | 167 | 23 | 0 | 50 | 132 | 27 | 42 | 122 | 52 |
| Binary | 11000101 | 1110111 | 10011 | 0 | 101000 | 1011010 | 10111 | 100010 | 1010010 | 101010 |
Color Harmonies of #C57713
Complementary color
Monochromatic Colors of #C57713
Black with #C57713
Text Example
Text Example
White with #C57713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57713; }
p { color: rgb(197,119,19); }
H1.HeaderClassName
{
color: #C57713;
}
.AnyTagClassName
{
color: #C57713;
}
</style>
background-color css
<style>
a { background-color: #C57713; }
a { background-color: rgb(197,119,19); }
div.DivClassName
{
background-color: #C57713;
}
.BgClassName
{
background-color: #C57713;
}
</style>
border-color css
<style>
span { border-color: #C57713; }
span { border-color: rgb(197,119,19); }
td.TdClassName
{
border-color: #C57713;
}
.TagClassName
{
border-color: #C57713;
}
</style>