Shades of Ochre #C57B1E
Tints of Ochre #C57B1E
RGB
CMYK
RGB Variations
Color information
#C57B1E (or 0xC57B1E) is known color: Ochre. HEX triplet: C5, 7B and 1E. RGB value is (197,123,30). Sum of RGB (Red+Green+Blue) = 197+123+30=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B1E is #3A84E1. Grayscale: #868686. Windows color (decimal): -3835106 or 1997765. OLE color: 1997765.
HSL color Cylindrical-coordinate representation of color #C57B1E: hue angle of 33.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C57B1E is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 30 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.23 |
| HSL | 33.41º | 0.74% | 0.45% | - |
| HSV(B) | 33.41º | 0.85% | 0.77% | - |
| XYZ | 30.34 | 26.13 | 4.67 | - |
| YUV | 134.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 30 | 0 | 0.38 | 0.85 | 0.23 | 33.41 | 0.74 | 0.45 |
| Hex | C5 | 7B | 1E | 0 | 26 | 55 | 17 | 21 | 4A | 2D |
| Octal | 305 | 173 | 36 | 0 | 46 | 125 | 27 | 41 | 112 | 55 |
| Binary | 11000101 | 1111011 | 11110 | 0 | 100110 | 1010101 | 10111 | 100001 | 1001010 | 101101 |
Color Harmonies of #C57B1E
Complementary color
Monochromatic Colors of #C57B1E
Black with #C57B1E
Text Example
Text Example
White with #C57B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B1E; }
p { color: rgb(197,123,30); }
H1.HeaderClassName
{
color: #C57B1E;
}
.AnyTagClassName
{
color: #C57B1E;
}
</style>
background-color css
<style>
a { background-color: #C57B1E; }
a { background-color: rgb(197,123,30); }
div.DivClassName
{
background-color: #C57B1E;
}
.BgClassName
{
background-color: #C57B1E;
}
</style>
border-color css
<style>
span { border-color: #C57B1E; }
span { border-color: rgb(197,123,30); }
td.TdClassName
{
border-color: #C57B1E;
}
.TagClassName
{
border-color: #C57B1E;
}
</style>