Shades of Ochre #C17920
Tints of Ochre #C17920
RGB
CMYK
RGB Variations
Color information
#C17920 (or 0xC17920) is known color: Ochre. HEX triplet: C1, 79 and 20. RGB value is (193,121,32). Sum of RGB (Red+Green+Blue) = 193+121+32=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17920 is #3E86DF. Grayscale: #848484. Windows color (decimal): -4097760 or 2128321. OLE color: 2128321.
HSL color Cylindrical-coordinate representation of color #C17920: hue angle of 33.17º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17920 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 32 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.24 |
| HSL | 33.17º | 0.72% | 0.44% | - |
| HSV(B) | 33.17º | 0.83% | 0.76% | - |
| XYZ | 29.09 | 25.12 | 4.68 | - |
| YUV | 132.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 32 | 0 | 0.37 | 0.83 | 0.24 | 33.17 | 0.72 | 0.44 |
| Hex | C1 | 79 | 20 | 0 | 25 | 53 | 18 | 21 | 48 | 2C |
| Octal | 301 | 171 | 40 | 0 | 45 | 123 | 30 | 41 | 110 | 54 |
| Binary | 11000001 | 1111001 | 100000 | 0 | 100101 | 1010011 | 11000 | 100001 | 1001000 | 101100 |
Color Harmonies of #C17920
Complementary color
Monochromatic Colors of #C17920
Black with #C17920
Text Example
Text Example
White with #C17920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17920; }
p { color: rgb(193,121,32); }
H1.HeaderClassName
{
color: #C17920;
}
.AnyTagClassName
{
color: #C17920;
}
</style>
background-color css
<style>
a { background-color: #C17920; }
a { background-color: rgb(193,121,32); }
div.DivClassName
{
background-color: #C17920;
}
.BgClassName
{
background-color: #C17920;
}
</style>
border-color css
<style>
span { border-color: #C17920; }
span { border-color: rgb(193,121,32); }
td.TdClassName
{
border-color: #C17920;
}
.TagClassName
{
border-color: #C17920;
}
</style>