Shades of Ochre #C17222
Tints of Ochre #C17222
RGB
CMYK
RGB Variations
Color information
#C17222 (or 0xC17222) is known color: Ochre. HEX triplet: C1, 72 and 22. RGB value is (193,114,34). Sum of RGB (Red+Green+Blue) = 193+114+34=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C17222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17222 is #3E8DDD. Grayscale: #808080. Windows color (decimal): -4099550 or 2257601. OLE color: 2257601.
HSL color Cylindrical-coordinate representation of color #C17222: hue angle of 30.19º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C17222 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 34 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.24 |
| HSL | 30.19º | 0.7% | 0.45% | - |
| HSV(B) | 30.19º | 0.82% | 0.76% | - |
| XYZ | 28.3 | 23.49 | 4.56 | - |
| YUV | 128.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 34 | 0 | 0.41 | 0.82 | 0.24 | 30.19 | 0.7 | 0.45 |
| Hex | C1 | 72 | 22 | 0 | 29 | 52 | 18 | 1E | 46 | 2D |
| Octal | 301 | 162 | 42 | 0 | 51 | 122 | 30 | 36 | 106 | 55 |
| Binary | 11000001 | 1110010 | 100010 | 0 | 101001 | 1010010 | 11000 | 11110 | 1000110 | 101101 |
Color Harmonies of #C17222
Complementary color
Monochromatic Colors of #C17222
Black with #C17222
Text Example
Text Example
White with #C17222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17222; }
p { color: rgb(193,114,34); }
H1.HeaderClassName
{
color: #C17222;
}
.AnyTagClassName
{
color: #C17222;
}
</style>
background-color css
<style>
a { background-color: #C17222; }
a { background-color: rgb(193,114,34); }
div.DivClassName
{
background-color: #C17222;
}
.BgClassName
{
background-color: #C17222;
}
</style>
border-color css
<style>
span { border-color: #C17222; }
span { border-color: rgb(193,114,34); }
td.TdClassName
{
border-color: #C17222;
}
.TagClassName
{
border-color: #C17222;
}
</style>