Shades of Ochre #C17917
Tints of Ochre #C17917
RGB
CMYK
RGB Variations
Color information
#C17917 (or 0xC17917) is known color: Ochre. HEX triplet: C1, 79 and 17. RGB value is (193,121,23). Sum of RGB (Red+Green+Blue) = 193+121+23=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C17917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17917 is #3E86E8. Grayscale: #838383. Windows color (decimal): -4097769 or 1538497. OLE color: 1538497.
HSL color Cylindrical-coordinate representation of color #C17917: hue angle of 34.59º 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 #C17917 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 23 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.24 |
| HSL | 34.59º | 0.79% | 0.42% | - |
| HSV(B) | 34.59º | 0.88% | 0.76% | - |
| XYZ | 28.98 | 25.07 | 4.12 | - |
| YUV | 131.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 23 | 0 | 0.37 | 0.88 | 0.24 | 34.59 | 0.79 | 0.42 |
| Hex | C1 | 79 | 17 | 0 | 25 | 58 | 18 | 23 | 4F | 2A |
| Octal | 301 | 171 | 27 | 0 | 45 | 130 | 30 | 43 | 117 | 52 |
| Binary | 11000001 | 1111001 | 10111 | 0 | 100101 | 1011000 | 11000 | 100011 | 1001111 | 101010 |
Color Harmonies of #C17917
Complementary color
Monochromatic Colors of #C17917
Black with #C17917
Text Example
Text Example
White with #C17917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17917; }
p { color: rgb(193,121,23); }
H1.HeaderClassName
{
color: #C17917;
}
.AnyTagClassName
{
color: #C17917;
}
</style>
background-color css
<style>
a { background-color: #C17917; }
a { background-color: rgb(193,121,23); }
div.DivClassName
{
background-color: #C17917;
}
.BgClassName
{
background-color: #C17917;
}
</style>
border-color css
<style>
span { border-color: #C17917; }
span { border-color: rgb(193,121,23); }
td.TdClassName
{
border-color: #C17917;
}
.TagClassName
{
border-color: #C17917;
}
</style>