Shades of Ochre #C17814
Tints of Ochre #C17814
RGB
CMYK
RGB Variations
Color information
#C17814 (or 0xC17814) is known color: Ochre. HEX triplet: C1, 78 and 14. RGB value is (193,120,20). Sum of RGB (Red+Green+Blue) = 193+120+20=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C17814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17814 is #3E87EB. Grayscale: #828282. Windows color (decimal): -4098028 or 1341633. OLE color: 1341633.
HSL color Cylindrical-coordinate representation of color #C17814: hue angle of 34.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17814 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.24 |
| HSL | 34.68º | 0.81% | 0.42% | - |
| HSV(B) | 34.68º | 0.9% | 0.76% | - |
| XYZ | 28.84 | 24.82 | 3.93 | - |
| YUV | 130.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 20 | 0 | 0.38 | 0.90 | 0.24 | 34.68 | 0.81 | 0.42 |
| Hex | C1 | 78 | 14 | 0 | 26 | 5A | 18 | 23 | 51 | 2A |
| Octal | 301 | 170 | 24 | 0 | 46 | 132 | 30 | 43 | 121 | 52 |
| Binary | 11000001 | 1111000 | 10100 | 0 | 100110 | 1011010 | 11000 | 100011 | 1010001 | 101010 |
Color Harmonies of #C17814
Complementary color
Monochromatic Colors of #C17814
Black with #C17814
Text Example
Text Example
White with #C17814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17814; }
p { color: rgb(193,120,20); }
H1.HeaderClassName
{
color: #C17814;
}
.AnyTagClassName
{
color: #C17814;
}
</style>
background-color css
<style>
a { background-color: #C17814; }
a { background-color: rgb(193,120,20); }
div.DivClassName
{
background-color: #C17814;
}
.BgClassName
{
background-color: #C17814;
}
</style>
border-color css
<style>
span { border-color: #C17814; }
span { border-color: rgb(193,120,20); }
td.TdClassName
{
border-color: #C17814;
}
.TagClassName
{
border-color: #C17814;
}
</style>