Shades of Ochre #C5741A
Tints of Ochre #C5741A
RGB
CMYK
RGB Variations
Color information
#C5741A (or 0xC5741A) is known color: Ochre. HEX triplet: C5, 74 and 1A. RGB value is (197,116,26). Sum of RGB (Red+Green+Blue) = 197+116+26=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5741A is #3A8BE5. Grayscale: #828282. Windows color (decimal): -3836902 or 1733829. OLE color: 1733829.
HSL color Cylindrical-coordinate representation of color #C5741A: hue angle of 31.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5741A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 26 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.23 |
| HSL | 31.58º | 0.77% | 0.44% | - |
| HSV(B) | 31.58º | 0.87% | 0.77% | - |
| XYZ | 29.46 | 24.44 | 4.14 | - |
| YUV | 129.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 26 | 0 | 0.41 | 0.87 | 0.23 | 31.58 | 0.77 | 0.44 |
| Hex | C5 | 74 | 1A | 0 | 29 | 57 | 17 | 20 | 4D | 2C |
| Octal | 305 | 164 | 32 | 0 | 51 | 127 | 27 | 40 | 115 | 54 |
| Binary | 11000101 | 1110100 | 11010 | 0 | 101001 | 1010111 | 10111 | 100000 | 1001101 | 101100 |
Color Harmonies of #C5741A
Complementary color
Monochromatic Colors of #C5741A
Black with #C5741A
Text Example
Text Example
White with #C5741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5741A; }
p { color: rgb(197,116,26); }
H1.HeaderClassName
{
color: #C5741A;
}
.AnyTagClassName
{
color: #C5741A;
}
</style>
background-color css
<style>
a { background-color: #C5741A; }
a { background-color: rgb(197,116,26); }
div.DivClassName
{
background-color: #C5741A;
}
.BgClassName
{
background-color: #C5741A;
}
</style>
border-color css
<style>
span { border-color: #C5741A; }
span { border-color: rgb(197,116,26); }
td.TdClassName
{
border-color: #C5741A;
}
.TagClassName
{
border-color: #C5741A;
}
</style>