Shades of Ochre #C17913
Tints of Ochre #C17913
RGB
CMYK
RGB Variations
Color information
#C17913 (or 0xC17913) is known color: Ochre. HEX triplet: C1, 79 and 13. RGB value is (193,121,19). Sum of RGB (Red+Green+Blue) = 193+121+19=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C17913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17913 is #3E86EC. Grayscale: #838383. Windows color (decimal): -4097773 or 1276353. OLE color: 1276353.
HSL color Cylindrical-coordinate representation of color #C17913: hue angle of 35.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17913 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.24 |
| HSL | 35.17º | 0.82% | 0.42% | - |
| HSV(B) | 35.17º | 0.9% | 0.76% | - |
| XYZ | 28.95 | 25.06 | 3.93 | - |
| YUV | 130.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 19 | 0 | 0.37 | 0.90 | 0.24 | 35.17 | 0.82 | 0.42 |
| Hex | C1 | 79 | 13 | 0 | 25 | 5A | 18 | 23 | 52 | 2A |
| Octal | 301 | 171 | 23 | 0 | 45 | 132 | 30 | 43 | 122 | 52 |
| Binary | 11000001 | 1111001 | 10011 | 0 | 100101 | 1011010 | 11000 | 100011 | 1010010 | 101010 |
Color Harmonies of #C17913
Complementary color
Monochromatic Colors of #C17913
Black with #C17913
Text Example
Text Example
White with #C17913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17913; }
p { color: rgb(193,121,19); }
H1.HeaderClassName
{
color: #C17913;
}
.AnyTagClassName
{
color: #C17913;
}
</style>
background-color css
<style>
a { background-color: #C17913; }
a { background-color: rgb(193,121,19); }
div.DivClassName
{
background-color: #C17913;
}
.BgClassName
{
background-color: #C17913;
}
</style>
border-color css
<style>
span { border-color: #C17913; }
span { border-color: rgb(193,121,19); }
td.TdClassName
{
border-color: #C17913;
}
.TagClassName
{
border-color: #C17913;
}
</style>