Shades of Ochre #C57D25
Tints of Ochre #C57D25
RGB
CMYK
RGB Variations
Color information
#C57D25 (or 0xC57D25) is known color: Ochre. HEX triplet: C5, 7D and 25. RGB value is (197,125,37). Sum of RGB (Red+Green+Blue) = 197+125+37=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D25 is #3A82DA. Grayscale: #888888. Windows color (decimal): -3834587 or 2457029. OLE color: 2457029.
HSL color Cylindrical-coordinate representation of color #C57D25: hue angle of 33º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C57D25 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 37 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.23 |
| HSL | 33º | 0.68% | 0.46% | - |
| HSV(B) | 33º | 0.81% | 0.77% | - |
| XYZ | 30.69 | 26.67 | 5.28 | - |
| YUV | 136.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 37 | 0 | 0.37 | 0.81 | 0.23 | 33 | 0.68 | 0.46 |
| Hex | C5 | 7D | 25 | 0 | 25 | 51 | 17 | 21 | 44 | 2E |
| Octal | 305 | 175 | 45 | 0 | 45 | 121 | 27 | 41 | 104 | 56 |
| Binary | 11000101 | 1111101 | 100101 | 0 | 100101 | 1010001 | 10111 | 100001 | 1000100 | 101110 |
Color Harmonies of #C57D25
Complementary color
Monochromatic Colors of #C57D25
Black with #C57D25
Text Example
Text Example
White with #C57D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D25; }
p { color: rgb(197,125,37); }
H1.HeaderClassName
{
color: #C57D25;
}
.AnyTagClassName
{
color: #C57D25;
}
</style>
background-color css
<style>
a { background-color: #C57D25; }
a { background-color: rgb(197,125,37); }
div.DivClassName
{
background-color: #C57D25;
}
.BgClassName
{
background-color: #C57D25;
}
</style>
border-color css
<style>
span { border-color: #C57D25; }
span { border-color: rgb(197,125,37); }
td.TdClassName
{
border-color: #C57D25;
}
.TagClassName
{
border-color: #C57D25;
}
</style>