Shades of Ochre #C17518
Tints of Ochre #C17518
RGB
CMYK
RGB Variations
Color information
#C17518 (or 0xC17518) is known color: Ochre. HEX triplet: C1, 75 and 18. RGB value is (193,117,24). Sum of RGB (Red+Green+Blue) = 193+117+24=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C17518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17518 is #3E8AE7. Grayscale: #818181. Windows color (decimal): -4098792 or 1603009. OLE color: 1603009.
HSL color Cylindrical-coordinate representation of color #C17518: hue angle of 33.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C17518 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.24 |
| HSL | 33.02º | 0.78% | 0.43% | - |
| HSV(B) | 33.02º | 0.88% | 0.76% | - |
| XYZ | 28.52 | 24.13 | 4.02 | - |
| YUV | 129.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 24 | 0 | 0.39 | 0.88 | 0.24 | 33.02 | 0.78 | 0.43 |
| Hex | C1 | 75 | 18 | 0 | 27 | 58 | 18 | 21 | 4E | 2B |
| Octal | 301 | 165 | 30 | 0 | 47 | 130 | 30 | 41 | 116 | 53 |
| Binary | 11000001 | 1110101 | 11000 | 0 | 100111 | 1011000 | 11000 | 100001 | 1001110 | 101011 |
Color Harmonies of #C17518
Complementary color
Monochromatic Colors of #C17518
Black with #C17518
Text Example
Text Example
White with #C17518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17518; }
p { color: rgb(193,117,24); }
H1.HeaderClassName
{
color: #C17518;
}
.AnyTagClassName
{
color: #C17518;
}
</style>
background-color css
<style>
a { background-color: #C17518; }
a { background-color: rgb(193,117,24); }
div.DivClassName
{
background-color: #C17518;
}
.BgClassName
{
background-color: #C17518;
}
</style>
border-color css
<style>
span { border-color: #C17518; }
span { border-color: rgb(193,117,24); }
td.TdClassName
{
border-color: #C17518;
}
.TagClassName
{
border-color: #C17518;
}
</style>