Shades of Ochre #C57923
Tints of Ochre #C57923
RGB
CMYK
RGB Variations
Color information
#C57923 (or 0xC57923) is known color: Ochre. HEX triplet: C5, 79 and 23. RGB value is (197,121,35). Sum of RGB (Red+Green+Blue) = 197+121+35=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C57923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57923 is #3A86DC. Grayscale: #868686. Windows color (decimal): -3835613 or 2324933. OLE color: 2324933.
HSL color Cylindrical-coordinate representation of color #C57923: hue angle of 31.85º 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 #C57923 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 35 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.23 |
| HSL | 31.85º | 0.7% | 0.45% | - |
| HSV(B) | 31.85º | 0.82% | 0.77% | - |
| XYZ | 30.17 | 25.67 | 4.95 | - |
| YUV | 133.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 35 | 0 | 0.39 | 0.82 | 0.23 | 31.85 | 0.7 | 0.45 |
| Hex | C5 | 79 | 23 | 0 | 27 | 52 | 17 | 20 | 46 | 2D |
| Octal | 305 | 171 | 43 | 0 | 47 | 122 | 27 | 40 | 106 | 55 |
| Binary | 11000101 | 1111001 | 100011 | 0 | 100111 | 1010010 | 10111 | 100000 | 1000110 | 101101 |
Color Harmonies of #C57923
Complementary color
Monochromatic Colors of #C57923
Black with #C57923
Text Example
Text Example
White with #C57923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57923; }
p { color: rgb(197,121,35); }
H1.HeaderClassName
{
color: #C57923;
}
.AnyTagClassName
{
color: #C57923;
}
</style>
background-color css
<style>
a { background-color: #C57923; }
a { background-color: rgb(197,121,35); }
div.DivClassName
{
background-color: #C57923;
}
.BgClassName
{
background-color: #C57923;
}
</style>
border-color css
<style>
span { border-color: #C57923; }
span { border-color: rgb(197,121,35); }
td.TdClassName
{
border-color: #C57923;
}
.TagClassName
{
border-color: #C57923;
}
</style>