Shades of Ochre #C57829
Tints of Ochre #C57829
RGB
CMYK
RGB Variations
Color information
#C57829 (or 0xC57829) is known color: Ochre. HEX triplet: C5, 78 and 29. RGB value is (197,120,41). Sum of RGB (Red+Green+Blue) = 197+120+41=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C57829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57829 is #3A87D6. Grayscale: #868686. Windows color (decimal): -3835863 or 2717893. OLE color: 2717893.
HSL color Cylindrical-coordinate representation of color #C57829: hue angle of 30.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C57829 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 41 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.23 |
| HSL | 30.38º | 0.66% | 0.47% | - |
| HSV(B) | 30.38º | 0.79% | 0.77% | - |
| XYZ | 30.14 | 25.46 | 5.42 | - |
| YUV | 134.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 41 | 0 | 0.39 | 0.79 | 0.23 | 30.38 | 0.66 | 0.47 |
| Hex | C5 | 78 | 29 | 0 | 27 | 4F | 17 | 1E | 42 | 2F |
| Octal | 305 | 170 | 51 | 0 | 47 | 117 | 27 | 36 | 102 | 57 |
| Binary | 11000101 | 1111000 | 101001 | 0 | 100111 | 1001111 | 10111 | 11110 | 1000010 | 101111 |
Color Harmonies of #C57829
Complementary color
Monochromatic Colors of #C57829
Black with #C57829
Text Example
Text Example
White with #C57829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57829; }
p { color: rgb(197,120,41); }
H1.HeaderClassName
{
color: #C57829;
}
.AnyTagClassName
{
color: #C57829;
}
</style>
background-color css
<style>
a { background-color: #C57829; }
a { background-color: rgb(197,120,41); }
div.DivClassName
{
background-color: #C57829;
}
.BgClassName
{
background-color: #C57829;
}
</style>
border-color css
<style>
span { border-color: #C57829; }
span { border-color: rgb(197,120,41); }
td.TdClassName
{
border-color: #C57829;
}
.TagClassName
{
border-color: #C57829;
}
</style>