Shades of Ochre #C57D1D
Tints of Ochre #C57D1D
RGB
CMYK
RGB Variations
Color information
#C57D1D (or 0xC57D1D) is known color: Ochre. HEX triplet: C5, 7D and 1D. RGB value is (197,125,29). Sum of RGB (Red+Green+Blue) = 197+125+29=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D1D is #3A82E2. Grayscale: #888888. Windows color (decimal): -3834595 or 1932741. OLE color: 1932741.
HSL color Cylindrical-coordinate representation of color #C57D1D: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C57D1D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 29 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.23 |
| HSL | 34.29º | 0.74% | 0.44% | - |
| HSV(B) | 34.29º | 0.85% | 0.77% | - |
| XYZ | 30.58 | 26.63 | 4.69 | - |
| YUV | 135.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 29 | 0 | 0.37 | 0.85 | 0.23 | 34.29 | 0.74 | 0.44 |
| Hex | C5 | 7D | 1D | 0 | 25 | 55 | 17 | 22 | 4A | 2C |
| Octal | 305 | 175 | 35 | 0 | 45 | 125 | 27 | 42 | 112 | 54 |
| Binary | 11000101 | 1111101 | 11101 | 0 | 100101 | 1010101 | 10111 | 100010 | 1001010 | 101100 |
Color Harmonies of #C57D1D
Complementary color
Monochromatic Colors of #C57D1D
Black with #C57D1D
Text Example
Text Example
White with #C57D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D1D; }
p { color: rgb(197,125,29); }
H1.HeaderClassName
{
color: #C57D1D;
}
.AnyTagClassName
{
color: #C57D1D;
}
</style>
background-color css
<style>
a { background-color: #C57D1D; }
a { background-color: rgb(197,125,29); }
div.DivClassName
{
background-color: #C57D1D;
}
.BgClassName
{
background-color: #C57D1D;
}
</style>
border-color css
<style>
span { border-color: #C57D1D; }
span { border-color: rgb(197,125,29); }
td.TdClassName
{
border-color: #C57D1D;
}
.TagClassName
{
border-color: #C57D1D;
}
</style>