Shades of Ochre #C57313
Tints of Ochre #C57313
RGB
CMYK
RGB Variations
Color information
#C57313 (or 0xC57313) is known color: Ochre. HEX triplet: C5, 73 and 13. RGB value is (197,115,19). Sum of RGB (Red+Green+Blue) = 197+115+19=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C57313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57313 is #3A8CEC. Grayscale: #818181. Windows color (decimal): -3837165 or 1274821. OLE color: 1274821.
HSL color Cylindrical-coordinate representation of color #C57313: hue angle of 32.36º 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 #C57313 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.23 |
| HSL | 32.36º | 0.82% | 0.42% | - |
| HSV(B) | 32.36º | 0.9% | 0.77% | - |
| XYZ | 29.27 | 24.18 | 3.74 | - |
| YUV | 128.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 19 | 0 | 0.42 | 0.90 | 0.23 | 32.36 | 0.82 | 0.42 |
| Hex | C5 | 73 | 13 | 0 | 2A | 5A | 17 | 20 | 52 | 2A |
| Octal | 305 | 163 | 23 | 0 | 52 | 132 | 27 | 40 | 122 | 52 |
| Binary | 11000101 | 1110011 | 10011 | 0 | 101010 | 1011010 | 10111 | 100000 | 1010010 | 101010 |
Color Harmonies of #C57313
Complementary color
Monochromatic Colors of #C57313
Black with #C57313
Text Example
Text Example
White with #C57313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57313; }
p { color: rgb(197,115,19); }
H1.HeaderClassName
{
color: #C57313;
}
.AnyTagClassName
{
color: #C57313;
}
</style>
background-color css
<style>
a { background-color: #C57313; }
a { background-color: rgb(197,115,19); }
div.DivClassName
{
background-color: #C57313;
}
.BgClassName
{
background-color: #C57313;
}
</style>
border-color css
<style>
span { border-color: #C57313; }
span { border-color: rgb(197,115,19); }
td.TdClassName
{
border-color: #C57313;
}
.TagClassName
{
border-color: #C57313;
}
</style>