Shades of Ochre #C57A28
Tints of Ochre #C57A28
RGB
CMYK
RGB Variations
Color information
#C57A28 (or 0xC57A28) is known color: Ochre. HEX triplet: C5, 7A and 28. RGB value is (197,122,40). Sum of RGB (Red+Green+Blue) = 197+122+40=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A28 is #3A85D7. Grayscale: #878787. Windows color (decimal): -3835352 or 2652869. OLE color: 2652869.
HSL color Cylindrical-coordinate representation of color #C57A28: hue angle of 31.34º 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 #C57A28 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 40 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.23 |
| HSL | 31.34º | 0.66% | 0.46% | - |
| HSV(B) | 31.34º | 0.8% | 0.77% | - |
| XYZ | 30.37 | 25.94 | 5.41 | - |
| YUV | 135.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 40 | 0 | 0.38 | 0.80 | 0.23 | 31.34 | 0.66 | 0.46 |
| Hex | C5 | 7A | 28 | 0 | 26 | 50 | 17 | 1F | 42 | 2E |
| Octal | 305 | 172 | 50 | 0 | 46 | 120 | 27 | 37 | 102 | 56 |
| Binary | 11000101 | 1111010 | 101000 | 0 | 100110 | 1010000 | 10111 | 11111 | 1000010 | 101110 |
Color Harmonies of #C57A28
Complementary color
Monochromatic Colors of #C57A28
Black with #C57A28
Text Example
Text Example
White with #C57A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A28; }
p { color: rgb(197,122,40); }
H1.HeaderClassName
{
color: #C57A28;
}
.AnyTagClassName
{
color: #C57A28;
}
</style>
background-color css
<style>
a { background-color: #C57A28; }
a { background-color: rgb(197,122,40); }
div.DivClassName
{
background-color: #C57A28;
}
.BgClassName
{
background-color: #C57A28;
}
</style>
border-color css
<style>
span { border-color: #C57A28; }
span { border-color: rgb(197,122,40); }
td.TdClassName
{
border-color: #C57A28;
}
.TagClassName
{
border-color: #C57A28;
}
</style>