Shades of Ochre #C57B17
Tints of Ochre #C57B17
RGB
CMYK
RGB Variations
Color information
#C57B17 (or 0xC57B17) is known color: Ochre. HEX triplet: C5, 7B and 17. RGB value is (197,123,23). Sum of RGB (Red+Green+Blue) = 197+123+23=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B17 is #3A84E8. Grayscale: #868686. Windows color (decimal): -3835113 or 1539013. OLE color: 1539013.
HSL color Cylindrical-coordinate representation of color #C57B17: hue angle of 34.48º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C57B17 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.23 |
| HSL | 34.48º | 0.79% | 0.43% | - |
| HSV(B) | 34.48º | 0.88% | 0.77% | - |
| XYZ | 30.26 | 26.1 | 4.25 | - |
| YUV | 133.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 23 | 0 | 0.38 | 0.88 | 0.23 | 34.48 | 0.79 | 0.43 |
| Hex | C5 | 7B | 17 | 0 | 26 | 58 | 17 | 22 | 4F | 2B |
| Octal | 305 | 173 | 27 | 0 | 46 | 130 | 27 | 42 | 117 | 53 |
| Binary | 11000101 | 1111011 | 10111 | 0 | 100110 | 1011000 | 10111 | 100010 | 1001111 | 101011 |
Color Harmonies of #C57B17
Complementary color
Monochromatic Colors of #C57B17
Black with #C57B17
Text Example
Text Example
White with #C57B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B17; }
p { color: rgb(197,123,23); }
H1.HeaderClassName
{
color: #C57B17;
}
.AnyTagClassName
{
color: #C57B17;
}
</style>
background-color css
<style>
a { background-color: #C57B17; }
a { background-color: rgb(197,123,23); }
div.DivClassName
{
background-color: #C57B17;
}
.BgClassName
{
background-color: #C57B17;
}
</style>
border-color css
<style>
span { border-color: #C57B17; }
span { border-color: rgb(197,123,23); }
td.TdClassName
{
border-color: #C57B17;
}
.TagClassName
{
border-color: #C57B17;
}
</style>