Shades of Ochre #C57D13
Tints of Ochre #C57D13
RGB
CMYK
RGB Variations
Color information
#C57D13 (or 0xC57D13) is known color: Ochre. HEX triplet: C5, 7D and 13. RGB value is (197,125,19). Sum of RGB (Red+Green+Blue) = 197+125+19=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D13 is #3A82EC. Grayscale: #868686. Windows color (decimal): -3834605 or 1277381. OLE color: 1277381.
HSL color Cylindrical-coordinate representation of color #C57D13: hue angle of 35.73º 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 #C57D13 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.23 |
| HSL | 35.73º | 0.82% | 0.42% | - |
| HSV(B) | 35.73º | 0.9% | 0.77% | - |
| XYZ | 30.48 | 26.58 | 4.14 | - |
| YUV | 134.44 | 62.85 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 19 | 0 | 0.37 | 0.90 | 0.23 | 35.73 | 0.82 | 0.42 |
| Hex | C5 | 7D | 13 | 0 | 25 | 5A | 17 | 24 | 52 | 2A |
| Octal | 305 | 175 | 23 | 0 | 45 | 132 | 27 | 44 | 122 | 52 |
| Binary | 11000101 | 1111101 | 10011 | 0 | 100101 | 1011010 | 10111 | 100100 | 1010010 | 101010 |
Color Harmonies of #C57D13
Complementary color
Monochromatic Colors of #C57D13
Black with #C57D13
Text Example
Text Example
White with #C57D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D13; }
p { color: rgb(197,125,19); }
H1.HeaderClassName
{
color: #C57D13;
}
.AnyTagClassName
{
color: #C57D13;
}
</style>
background-color css
<style>
a { background-color: #C57D13; }
a { background-color: rgb(197,125,19); }
div.DivClassName
{
background-color: #C57D13;
}
.BgClassName
{
background-color: #C57D13;
}
</style>
border-color css
<style>
span { border-color: #C57D13; }
span { border-color: rgb(197,125,19); }
td.TdClassName
{
border-color: #C57D13;
}
.TagClassName
{
border-color: #C57D13;
}
</style>