Shades of Ochre #C17818
Tints of Ochre #C17818
RGB
CMYK
RGB Variations
Color information
#C17818 (or 0xC17818) is known color: Ochre. HEX triplet: C1, 78 and 18. RGB value is (193,120,24). Sum of RGB (Red+Green+Blue) = 193+120+24=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C17818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17818 is #3E87E7. Grayscale: #838383. Windows color (decimal): -4098024 or 1603777. OLE color: 1603777.
HSL color Cylindrical-coordinate representation of color #C17818: hue angle of 34.08º 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 #C17818 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 24 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.24 |
| HSL | 34.08º | 0.78% | 0.43% | - |
| HSV(B) | 34.08º | 0.88% | 0.76% | - |
| XYZ | 28.87 | 24.84 | 4.14 | - |
| YUV | 130.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 24 | 0 | 0.38 | 0.88 | 0.24 | 34.08 | 0.78 | 0.43 |
| Hex | C1 | 78 | 18 | 0 | 26 | 58 | 18 | 22 | 4E | 2B |
| Octal | 301 | 170 | 30 | 0 | 46 | 130 | 30 | 42 | 116 | 53 |
| Binary | 11000001 | 1111000 | 11000 | 0 | 100110 | 1011000 | 11000 | 100010 | 1001110 | 101011 |
Color Harmonies of #C17818
Complementary color
Monochromatic Colors of #C17818
Black with #C17818
Text Example
Text Example
White with #C17818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17818; }
p { color: rgb(193,120,24); }
H1.HeaderClassName
{
color: #C17818;
}
.AnyTagClassName
{
color: #C17818;
}
</style>
background-color css
<style>
a { background-color: #C17818; }
a { background-color: rgb(193,120,24); }
div.DivClassName
{
background-color: #C17818;
}
.BgClassName
{
background-color: #C17818;
}
</style>
border-color css
<style>
span { border-color: #C17818; }
span { border-color: rgb(193,120,24); }
td.TdClassName
{
border-color: #C17818;
}
.TagClassName
{
border-color: #C17818;
}
</style>