Shades of Ochre #C5720B
Tints of Ochre #C5720B
RGB
CMYK
RGB Variations
Color information
#C5720B (or 0xC5720B) is known color: Ochre. HEX triplet: C5, 72 and 0B. RGB value is (197,114,11). Sum of RGB (Red+Green+Blue) = 197+114+11=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5720B is #3A8DF4. Grayscale: #7F7F7F. Windows color (decimal): -3837429 or 750277. OLE color: 750277.
HSL color Cylindrical-coordinate representation of color #C5720B: hue angle of 33.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5720B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.23 |
| HSL | 33.23º | 0.89% | 0.41% | - |
| HSV(B) | 33.23º | 0.94% | 0.77% | - |
| XYZ | 29.1 | 23.93 | 3.4 | - |
| YUV | 127.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 11 | 0 | 0.42 | 0.94 | 0.23 | 33.23 | 0.89 | 0.41 |
| Hex | C5 | 72 | B | 0 | 2A | 5E | 17 | 21 | 59 | 29 |
| Octal | 305 | 162 | 13 | 0 | 52 | 136 | 27 | 41 | 131 | 51 |
| Binary | 11000101 | 1110010 | 1011 | 0 | 101010 | 1011110 | 10111 | 100001 | 1011001 | 101001 |
Color Harmonies of #C5720B
Complementary color
Monochromatic Colors of #C5720B
Black with #C5720B
Text Example
Text Example
White with #C5720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5720B; }
p { color: rgb(197,114,11); }
H1.HeaderClassName
{
color: #C5720B;
}
.AnyTagClassName
{
color: #C5720B;
}
</style>
background-color css
<style>
a { background-color: #C5720B; }
a { background-color: rgb(197,114,11); }
div.DivClassName
{
background-color: #C5720B;
}
.BgClassName
{
background-color: #C5720B;
}
</style>
border-color css
<style>
span { border-color: #C5720B; }
span { border-color: rgb(197,114,11); }
td.TdClassName
{
border-color: #C5720B;
}
.TagClassName
{
border-color: #C5720B;
}
</style>