Shades of Ochre #C57A13
Tints of Ochre #C57A13
RGB
CMYK
RGB Variations
Color information
#C57A13 (or 0xC57A13) is known color: Ochre. HEX triplet: C5, 7A and 13. RGB value is (197,122,19). Sum of RGB (Red+Green+Blue) = 197+122+19=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A13 is #3A85EC. Grayscale: #858585. Windows color (decimal): -3835373 or 1276613. OLE color: 1276613.
HSL color Cylindrical-coordinate representation of color #C57A13: hue angle of 34.72º 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 #C57A13 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.23 |
| HSL | 34.72º | 0.82% | 0.42% | - |
| HSV(B) | 34.72º | 0.9% | 0.77% | - |
| XYZ | 30.1 | 25.84 | 4.02 | - |
| YUV | 132.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 19 | 0 | 0.38 | 0.90 | 0.23 | 34.72 | 0.82 | 0.42 |
| Hex | C5 | 7A | 13 | 0 | 26 | 5A | 17 | 23 | 52 | 2A |
| Octal | 305 | 172 | 23 | 0 | 46 | 132 | 27 | 43 | 122 | 52 |
| Binary | 11000101 | 1111010 | 10011 | 0 | 100110 | 1011010 | 10111 | 100011 | 1010010 | 101010 |
Color Harmonies of #C57A13
Complementary color
Monochromatic Colors of #C57A13
Black with #C57A13
Text Example
Text Example
White with #C57A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A13; }
p { color: rgb(197,122,19); }
H1.HeaderClassName
{
color: #C57A13;
}
.AnyTagClassName
{
color: #C57A13;
}
</style>
background-color css
<style>
a { background-color: #C57A13; }
a { background-color: rgb(197,122,19); }
div.DivClassName
{
background-color: #C57A13;
}
.BgClassName
{
background-color: #C57A13;
}
</style>
border-color css
<style>
span { border-color: #C57A13; }
span { border-color: rgb(197,122,19); }
td.TdClassName
{
border-color: #C57A13;
}
.TagClassName
{
border-color: #C57A13;
}
</style>