Shades of Ochre #C17715
Tints of Ochre #C17715
RGB
CMYK
RGB Variations
Color information
#C17715 (or 0xC17715) is known color: Ochre. HEX triplet: C1, 77 and 15. RGB value is (193,119,21). Sum of RGB (Red+Green+Blue) = 193+119+21=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C17715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17715 is #3E88EA. Grayscale: #828282. Windows color (decimal): -4098283 or 1406913. OLE color: 1406913.
HSL color Cylindrical-coordinate representation of color #C17715: hue angle of 34.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C17715 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 21 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.24 |
| HSL | 34.19º | 0.8% | 0.42% | - |
| HSV(B) | 34.19º | 0.89% | 0.76% | - |
| XYZ | 28.72 | 24.59 | 3.94 | - |
| YUV | 129.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 21 | 0 | 0.38 | 0.89 | 0.24 | 34.19 | 0.8 | 0.42 |
| Hex | C1 | 77 | 15 | 0 | 26 | 59 | 18 | 22 | 50 | 2A |
| Octal | 301 | 167 | 25 | 0 | 46 | 131 | 30 | 42 | 120 | 52 |
| Binary | 11000001 | 1110111 | 10101 | 0 | 100110 | 1011001 | 11000 | 100010 | 1010000 | 101010 |
Color Harmonies of #C17715
Complementary color
Monochromatic Colors of #C17715
Black with #C17715
Text Example
Text Example
White with #C17715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17715; }
p { color: rgb(193,119,21); }
H1.HeaderClassName
{
color: #C17715;
}
.AnyTagClassName
{
color: #C17715;
}
</style>
background-color css
<style>
a { background-color: #C17715; }
a { background-color: rgb(193,119,21); }
div.DivClassName
{
background-color: #C17715;
}
.BgClassName
{
background-color: #C17715;
}
</style>
border-color css
<style>
span { border-color: #C17715; }
span { border-color: rgb(193,119,21); }
td.TdClassName
{
border-color: #C17715;
}
.TagClassName
{
border-color: #C17715;
}
</style>