Shades of Ochre #C57B13
Tints of Ochre #C57B13
RGB
CMYK
RGB Variations
Color information
#C57B13 (or 0xC57B13) is known color: Ochre. HEX triplet: C5, 7B and 13. RGB value is (197,123,19). Sum of RGB (Red+Green+Blue) = 197+123+19=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B13 is #3A84EC. Grayscale: #858585. Windows color (decimal): -3835117 or 1276869. OLE color: 1276869.
HSL color Cylindrical-coordinate representation of color #C57B13: hue angle of 35.06º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57B13 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.23 |
| HSL | 35.06º | 0.82% | 0.42% | - |
| HSV(B) | 35.06º | 0.9% | 0.77% | - |
| XYZ | 30.23 | 26.08 | 4.06 | - |
| YUV | 133.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 19 | 0 | 0.38 | 0.90 | 0.23 | 35.06 | 0.82 | 0.42 |
| Hex | C5 | 7B | 13 | 0 | 26 | 5A | 17 | 23 | 52 | 2A |
| Octal | 305 | 173 | 23 | 0 | 46 | 132 | 27 | 43 | 122 | 52 |
| Binary | 11000101 | 1111011 | 10011 | 0 | 100110 | 1011010 | 10111 | 100011 | 1010010 | 101010 |
Color Harmonies of #C57B13
Complementary color
Monochromatic Colors of #C57B13
Black with #C57B13
Text Example
Text Example
White with #C57B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B13; }
p { color: rgb(197,123,19); }
H1.HeaderClassName
{
color: #C57B13;
}
.AnyTagClassName
{
color: #C57B13;
}
</style>
background-color css
<style>
a { background-color: #C57B13; }
a { background-color: rgb(197,123,19); }
div.DivClassName
{
background-color: #C57B13;
}
.BgClassName
{
background-color: #C57B13;
}
</style>
border-color css
<style>
span { border-color: #C57B13; }
span { border-color: rgb(197,123,19); }
td.TdClassName
{
border-color: #C57B13;
}
.TagClassName
{
border-color: #C57B13;
}
</style>