Shades of Ochre #C57A19
Tints of Ochre #C57A19
RGB
CMYK
RGB Variations
Color information
#C57A19 (or 0xC57A19) is known color: Ochre. HEX triplet: C5, 7A and 19. RGB value is (197,122,25). Sum of RGB (Red+Green+Blue) = 197+122+25=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A19 is #3A85E6. Grayscale: #858585. Windows color (decimal): -3835367 or 1669829. OLE color: 1669829.
HSL color Cylindrical-coordinate representation of color #C57A19: hue angle of 33.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C57A19 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 25 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.23 |
| HSL | 33.84º | 0.77% | 0.44% | - |
| HSV(B) | 33.84º | 0.87% | 0.77% | - |
| XYZ | 30.16 | 25.86 | 4.32 | - |
| YUV | 133.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 25 | 0 | 0.38 | 0.87 | 0.23 | 33.84 | 0.77 | 0.44 |
| Hex | C5 | 7A | 19 | 0 | 26 | 57 | 17 | 22 | 4D | 2C |
| Octal | 305 | 172 | 31 | 0 | 46 | 127 | 27 | 42 | 115 | 54 |
| Binary | 11000101 | 1111010 | 11001 | 0 | 100110 | 1010111 | 10111 | 100010 | 1001101 | 101100 |
Color Harmonies of #C57A19
Complementary color
Monochromatic Colors of #C57A19
Black with #C57A19
Text Example
Text Example
White with #C57A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A19; }
p { color: rgb(197,122,25); }
H1.HeaderClassName
{
color: #C57A19;
}
.AnyTagClassName
{
color: #C57A19;
}
</style>
background-color css
<style>
a { background-color: #C57A19; }
a { background-color: rgb(197,122,25); }
div.DivClassName
{
background-color: #C57A19;
}
.BgClassName
{
background-color: #C57A19;
}
</style>
border-color css
<style>
span { border-color: #C57A19; }
span { border-color: rgb(197,122,25); }
td.TdClassName
{
border-color: #C57A19;
}
.TagClassName
{
border-color: #C57A19;
}
</style>