Shades of Ochre #C57328
Tints of Ochre #C57328
RGB
CMYK
RGB Variations
Color information
#C57328 (or 0xC57328) is known color: Ochre. HEX triplet: C5, 73 and 28. RGB value is (197,115,40). Sum of RGB (Red+Green+Blue) = 197+115+40=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C57328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57328 is #3A8CD7. Grayscale: #838383. Windows color (decimal): -3837144 or 2651077. OLE color: 2651077.
HSL color Cylindrical-coordinate representation of color #C57328: hue angle of 28.66º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C57328 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 40 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.23 |
| HSL | 28.66º | 0.66% | 0.46% | - |
| HSV(B) | 28.66º | 0.8% | 0.77% | - |
| XYZ | 29.54 | 24.28 | 5.14 | - |
| YUV | 130.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 40 | 0 | 0.42 | 0.80 | 0.23 | 28.66 | 0.66 | 0.46 |
| Hex | C5 | 73 | 28 | 0 | 2A | 50 | 17 | 1D | 42 | 2E |
| Octal | 305 | 163 | 50 | 0 | 52 | 120 | 27 | 35 | 102 | 56 |
| Binary | 11000101 | 1110011 | 101000 | 0 | 101010 | 1010000 | 10111 | 11101 | 1000010 | 101110 |
Color Harmonies of #C57328
Complementary color
Monochromatic Colors of #C57328
Black with #C57328
Text Example
Text Example
White with #C57328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57328; }
p { color: rgb(197,115,40); }
H1.HeaderClassName
{
color: #C57328;
}
.AnyTagClassName
{
color: #C57328;
}
</style>
background-color css
<style>
a { background-color: #C57328; }
a { background-color: rgb(197,115,40); }
div.DivClassName
{
background-color: #C57328;
}
.BgClassName
{
background-color: #C57328;
}
</style>
border-color css
<style>
span { border-color: #C57328; }
span { border-color: rgb(197,115,40); }
td.TdClassName
{
border-color: #C57328;
}
.TagClassName
{
border-color: #C57328;
}
</style>