Shades of Ochre #C57512
Tints of Ochre #C57512
RGB
CMYK
RGB Variations
Color information
#C57512 (or 0xC57512) is known color: Ochre. HEX triplet: C5, 75 and 12. RGB value is (197,117,18). Sum of RGB (Red+Green+Blue) = 197+117+18=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57512 is #3A8AED. Grayscale: #828282. Windows color (decimal): -3836654 or 1209797. OLE color: 1209797.
HSL color Cylindrical-coordinate representation of color #C57512: hue angle of 33.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57512 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 18 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.23 |
| HSL | 33.18º | 0.83% | 0.42% | - |
| HSV(B) | 33.18º | 0.91% | 0.77% | - |
| XYZ | 29.5 | 24.64 | 3.77 | - |
| YUV | 129.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 18 | 0 | 0.41 | 0.91 | 0.23 | 33.18 | 0.83 | 0.42 |
| Hex | C5 | 75 | 12 | 0 | 29 | 5B | 17 | 21 | 53 | 2A |
| Octal | 305 | 165 | 22 | 0 | 51 | 133 | 27 | 41 | 123 | 52 |
| Binary | 11000101 | 1110101 | 10010 | 0 | 101001 | 1011011 | 10111 | 100001 | 1010011 | 101010 |
Color Harmonies of #C57512
Complementary color
Monochromatic Colors of #C57512
Black with #C57512
Text Example
Text Example
White with #C57512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57512; }
p { color: rgb(197,117,18); }
H1.HeaderClassName
{
color: #C57512;
}
.AnyTagClassName
{
color: #C57512;
}
</style>
background-color css
<style>
a { background-color: #C57512; }
a { background-color: rgb(197,117,18); }
div.DivClassName
{
background-color: #C57512;
}
.BgClassName
{
background-color: #C57512;
}
</style>
border-color css
<style>
span { border-color: #C57512; }
span { border-color: rgb(197,117,18); }
td.TdClassName
{
border-color: #C57512;
}
.TagClassName
{
border-color: #C57512;
}
</style>