Shades of Ochre #C17511
Tints of Ochre #C17511
RGB
CMYK
RGB Variations
Color information
#C17511 (or 0xC17511) is known color: Ochre. HEX triplet: C1, 75 and 11. RGB value is (193,117,17). Sum of RGB (Red+Green+Blue) = 193+117+17=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C17511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17511 is #3E8AEE. Grayscale: #808080. Windows color (decimal): -4098799 or 1144257. OLE color: 1144257.
HSL color Cylindrical-coordinate representation of color #C17511: hue angle of 34.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C17511 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.24 |
| HSL | 34.09º | 0.84% | 0.41% | - |
| HSV(B) | 34.09º | 0.91% | 0.76% | - |
| XYZ | 28.45 | 24.1 | 3.68 | - |
| YUV | 128.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 17 | 0 | 0.39 | 0.91 | 0.24 | 34.09 | 0.84 | 0.41 |
| Hex | C1 | 75 | 11 | 0 | 27 | 5B | 18 | 22 | 54 | 29 |
| Octal | 301 | 165 | 21 | 0 | 47 | 133 | 30 | 42 | 124 | 51 |
| Binary | 11000001 | 1110101 | 10001 | 0 | 100111 | 1011011 | 11000 | 100010 | 1010100 | 101001 |
Color Harmonies of #C17511
Complementary color
Monochromatic Colors of #C17511
Black with #C17511
Text Example
Text Example
White with #C17511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17511; }
p { color: rgb(193,117,17); }
H1.HeaderClassName
{
color: #C17511;
}
.AnyTagClassName
{
color: #C17511;
}
</style>
background-color css
<style>
a { background-color: #C17511; }
a { background-color: rgb(193,117,17); }
div.DivClassName
{
background-color: #C17511;
}
.BgClassName
{
background-color: #C17511;
}
</style>
border-color css
<style>
span { border-color: #C17511; }
span { border-color: rgb(193,117,17); }
td.TdClassName
{
border-color: #C17511;
}
.TagClassName
{
border-color: #C17511;
}
</style>