Shades of Ochre #C5750D
Tints of Ochre #C5750D
RGB
CMYK
RGB Variations
Color information
#C5750D (or 0xC5750D) is known color: Ochre. HEX triplet: C5, 75 and 0D. RGB value is (197,117,13). Sum of RGB (Red+Green+Blue) = 197+117+13=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5750D is #3A8AF2. Grayscale: #818181. Windows color (decimal): -3836659 or 882117. OLE color: 882117.
HSL color Cylindrical-coordinate representation of color #C5750D: hue angle of 33.91º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5750D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.23 |
| HSL | 33.91º | 0.88% | 0.41% | - |
| HSV(B) | 33.91º | 0.93% | 0.77% | - |
| XYZ | 29.46 | 24.62 | 3.58 | - |
| YUV | 129.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 13 | 0 | 0.41 | 0.93 | 0.23 | 33.91 | 0.88 | 0.41 |
| Hex | C5 | 75 | D | 0 | 29 | 5D | 17 | 22 | 58 | 29 |
| Octal | 305 | 165 | 15 | 0 | 51 | 135 | 27 | 42 | 130 | 51 |
| Binary | 11000101 | 1110101 | 1101 | 0 | 101001 | 1011101 | 10111 | 100010 | 1011000 | 101001 |
Color Harmonies of #C5750D
Complementary color
Monochromatic Colors of #C5750D
Black with #C5750D
Text Example
Text Example
White with #C5750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5750D; }
p { color: rgb(197,117,13); }
H1.HeaderClassName
{
color: #C5750D;
}
.AnyTagClassName
{
color: #C5750D;
}
</style>
background-color css
<style>
a { background-color: #C5750D; }
a { background-color: rgb(197,117,13); }
div.DivClassName
{
background-color: #C5750D;
}
.BgClassName
{
background-color: #C5750D;
}
</style>
border-color css
<style>
span { border-color: #C5750D; }
span { border-color: rgb(197,117,13); }
td.TdClassName
{
border-color: #C5750D;
}
.TagClassName
{
border-color: #C5750D;
}
</style>