Shades of Ochre #C5720A
Tints of Ochre #C5720A
RGB
CMYK
RGB Variations
Color information
#C5720A (or 0xC5720A) is known color: Ochre. HEX triplet: C5, 72 and 0A. RGB value is (197,114,10). Sum of RGB (Red+Green+Blue) = 197+114+10=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5720A is #3A8DF5. Grayscale: #7F7F7F. Windows color (decimal): -3837430 or 684741. OLE color: 684741.
HSL color Cylindrical-coordinate representation of color #C5720A: hue angle of 33.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5720A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.23 |
| HSL | 33.37º | 0.9% | 0.41% | - |
| HSV(B) | 33.37º | 0.95% | 0.77% | - |
| XYZ | 29.1 | 23.93 | 3.37 | - |
| YUV | 126.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 10 | 0 | 0.42 | 0.95 | 0.23 | 33.37 | 0.9 | 0.41 |
| Hex | C5 | 72 | A | 0 | 2A | 5F | 17 | 21 | 5A | 29 |
| Octal | 305 | 162 | 12 | 0 | 52 | 137 | 27 | 41 | 132 | 51 |
| Binary | 11000101 | 1110010 | 1010 | 0 | 101010 | 1011111 | 10111 | 100001 | 1011010 | 101001 |
Color Harmonies of #C5720A
Complementary color
Monochromatic Colors of #C5720A
Black with #C5720A
Text Example
Text Example
White with #C5720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5720A; }
p { color: rgb(197,114,10); }
H1.HeaderClassName
{
color: #C5720A;
}
.AnyTagClassName
{
color: #C5720A;
}
</style>
background-color css
<style>
a { background-color: #C5720A; }
a { background-color: rgb(197,114,10); }
div.DivClassName
{
background-color: #C5720A;
}
.BgClassName
{
background-color: #C5720A;
}
</style>
border-color css
<style>
span { border-color: #C5720A; }
span { border-color: rgb(197,114,10); }
td.TdClassName
{
border-color: #C5720A;
}
.TagClassName
{
border-color: #C5720A;
}
</style>