Shades of Ochre #C5740B
Tints of Ochre #C5740B
RGB
CMYK
RGB Variations
Color information
#C5740B (or 0xC5740B) is known color: Ochre. HEX triplet: C5, 74 and 0B. RGB value is (197,116,11). Sum of RGB (Red+Green+Blue) = 197+116+11=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5740B is #3A8BF4. Grayscale: #808080. Windows color (decimal): -3836917 or 750789. OLE color: 750789.
HSL color Cylindrical-coordinate representation of color #C5740B: hue angle of 33.87º 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 #C5740B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.23 |
| HSL | 33.87º | 0.89% | 0.41% | - |
| HSV(B) | 33.87º | 0.94% | 0.77% | - |
| XYZ | 29.33 | 24.39 | 3.48 | - |
| YUV | 128.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 11 | 0 | 0.41 | 0.94 | 0.23 | 33.87 | 0.89 | 0.41 |
| Hex | C5 | 74 | B | 0 | 29 | 5E | 17 | 22 | 59 | 29 |
| Octal | 305 | 164 | 13 | 0 | 51 | 136 | 27 | 42 | 131 | 51 |
| Binary | 11000101 | 1110100 | 1011 | 0 | 101001 | 1011110 | 10111 | 100010 | 1011001 | 101001 |
Color Harmonies of #C5740B
Complementary color
Monochromatic Colors of #C5740B
Black with #C5740B
Text Example
Text Example
White with #C5740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5740B; }
p { color: rgb(197,116,11); }
H1.HeaderClassName
{
color: #C5740B;
}
.AnyTagClassName
{
color: #C5740B;
}
</style>
background-color css
<style>
a { background-color: #C5740B; }
a { background-color: rgb(197,116,11); }
div.DivClassName
{
background-color: #C5740B;
}
.BgClassName
{
background-color: #C5740B;
}
</style>
border-color css
<style>
span { border-color: #C5740B; }
span { border-color: rgb(197,116,11); }
td.TdClassName
{
border-color: #C5740B;
}
.TagClassName
{
border-color: #C5740B;
}
</style>