Shades of Ochre #C5711A
Tints of Ochre #C5711A
RGB
CMYK
RGB Variations
Color information
#C5711A (or 0xC5711A) is known color: Ochre. HEX triplet: C5, 71 and 1A. RGB value is (197,113,26). Sum of RGB (Red+Green+Blue) = 197+113+26=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5711A is #3A8EE5. Grayscale: #808080. Windows color (decimal): -3837670 or 1733061. OLE color: 1733061.
HSL color Cylindrical-coordinate representation of color #C5711A: hue angle of 30.53º 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 #C5711A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.23 |
| HSL | 30.53º | 0.77% | 0.44% | - |
| HSV(B) | 30.53º | 0.87% | 0.77% | - |
| XYZ | 29.12 | 23.76 | 4.03 | - |
| YUV | 128.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 26 | 0 | 0.43 | 0.87 | 0.23 | 30.53 | 0.77 | 0.44 |
| Hex | C5 | 71 | 1A | 0 | 2B | 57 | 17 | 1F | 4D | 2C |
| Octal | 305 | 161 | 32 | 0 | 53 | 127 | 27 | 37 | 115 | 54 |
| Binary | 11000101 | 1110001 | 11010 | 0 | 101011 | 1010111 | 10111 | 11111 | 1001101 | 101100 |
Color Harmonies of #C5711A
Complementary color
Monochromatic Colors of #C5711A
Black with #C5711A
Text Example
Text Example
White with #C5711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5711A; }
p { color: rgb(197,113,26); }
H1.HeaderClassName
{
color: #C5711A;
}
.AnyTagClassName
{
color: #C5711A;
}
</style>
background-color css
<style>
a { background-color: #C5711A; }
a { background-color: rgb(197,113,26); }
div.DivClassName
{
background-color: #C5711A;
}
.BgClassName
{
background-color: #C5711A;
}
</style>
border-color css
<style>
span { border-color: #C5711A; }
span { border-color: rgb(197,113,26); }
td.TdClassName
{
border-color: #C5711A;
}
.TagClassName
{
border-color: #C5711A;
}
</style>