Shades of Ochre #C17217
Tints of Ochre #C17217
RGB
CMYK
RGB Variations
Color information
#C17217 (or 0xC17217) is known color: Ochre. HEX triplet: C1, 72 and 17. RGB value is (193,114,23). Sum of RGB (Red+Green+Blue) = 193+114+23=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C17217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17217 is #3E8DE8. Grayscale: #7F7F7F. Windows color (decimal): -4099561 or 1536705. OLE color: 1536705.
HSL color Cylindrical-coordinate representation of color #C17217: hue angle of 32.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C17217 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.24 |
| HSL | 32.12º | 0.79% | 0.42% | - |
| HSV(B) | 32.12º | 0.88% | 0.76% | - |
| XYZ | 28.16 | 23.43 | 3.85 | - |
| YUV | 127.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 23 | 0 | 0.41 | 0.88 | 0.24 | 32.12 | 0.79 | 0.42 |
| Hex | C1 | 72 | 17 | 0 | 29 | 58 | 18 | 20 | 4F | 2A |
| Octal | 301 | 162 | 27 | 0 | 51 | 130 | 30 | 40 | 117 | 52 |
| Binary | 11000001 | 1110010 | 10111 | 0 | 101001 | 1011000 | 11000 | 100000 | 1001111 | 101010 |
Color Harmonies of #C17217
Complementary color
Monochromatic Colors of #C17217
Black with #C17217
Text Example
Text Example
White with #C17217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17217; }
p { color: rgb(193,114,23); }
H1.HeaderClassName
{
color: #C17217;
}
.AnyTagClassName
{
color: #C17217;
}
</style>
background-color css
<style>
a { background-color: #C17217; }
a { background-color: rgb(193,114,23); }
div.DivClassName
{
background-color: #C17217;
}
.BgClassName
{
background-color: #C17217;
}
</style>
border-color css
<style>
span { border-color: #C17217; }
span { border-color: rgb(193,114,23); }
td.TdClassName
{
border-color: #C17217;
}
.TagClassName
{
border-color: #C17217;
}
</style>