Shades of Ochre #C57D23
Tints of Ochre #C57D23
RGB
CMYK
RGB Variations
Color information
#C57D23 (or 0xC57D23) is known color: Ochre. HEX triplet: C5, 7D and 23. RGB value is (197,125,35). Sum of RGB (Red+Green+Blue) = 197+125+35=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D23 is #3A82DC. Grayscale: #888888. Windows color (decimal): -3834589 or 2325957. OLE color: 2325957.
HSL color Cylindrical-coordinate representation of color #C57D23: hue angle of 33.33º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C57D23 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 35 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.23 |
| HSL | 33.33º | 0.7% | 0.45% | - |
| HSV(B) | 33.33º | 0.82% | 0.77% | - |
| XYZ | 30.66 | 26.66 | 5.12 | - |
| YUV | 136.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 35 | 0 | 0.37 | 0.82 | 0.23 | 33.33 | 0.7 | 0.45 |
| Hex | C5 | 7D | 23 | 0 | 25 | 52 | 17 | 21 | 46 | 2D |
| Octal | 305 | 175 | 43 | 0 | 45 | 122 | 27 | 41 | 106 | 55 |
| Binary | 11000101 | 1111101 | 100011 | 0 | 100101 | 1010010 | 10111 | 100001 | 1000110 | 101101 |
Color Harmonies of #C57D23
Complementary color
Monochromatic Colors of #C57D23
Black with #C57D23
Text Example
Text Example
White with #C57D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D23; }
p { color: rgb(197,125,35); }
H1.HeaderClassName
{
color: #C57D23;
}
.AnyTagClassName
{
color: #C57D23;
}
</style>
background-color css
<style>
a { background-color: #C57D23; }
a { background-color: rgb(197,125,35); }
div.DivClassName
{
background-color: #C57D23;
}
.BgClassName
{
background-color: #C57D23;
}
</style>
border-color css
<style>
span { border-color: #C57D23; }
span { border-color: rgb(197,125,35); }
td.TdClassName
{
border-color: #C57D23;
}
.TagClassName
{
border-color: #C57D23;
}
</style>