Shades of Ochre #C17621
Tints of Ochre #C17621
RGB
CMYK
RGB Variations
Color information
#C17621 (or 0xC17621) is known color: Ochre. HEX triplet: C1, 76 and 21. RGB value is (193,118,33). Sum of RGB (Red+Green+Blue) = 193+118+33=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17621 is #3E89DE. Grayscale: #838383. Windows color (decimal): -4098527 or 2193089. OLE color: 2193089.
HSL color Cylindrical-coordinate representation of color #C17621: hue angle of 31.88º degrees, saturation: 0.71, 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 #C17621 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 33 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.24 |
| HSL | 31.88º | 0.71% | 0.44% | - |
| HSV(B) | 31.88º | 0.83% | 0.76% | - |
| XYZ | 28.75 | 24.4 | 4.63 | - |
| YUV | 130.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 33 | 0 | 0.39 | 0.83 | 0.24 | 31.88 | 0.71 | 0.44 |
| Hex | C1 | 76 | 21 | 0 | 27 | 53 | 18 | 20 | 47 | 2C |
| Octal | 301 | 166 | 41 | 0 | 47 | 123 | 30 | 40 | 107 | 54 |
| Binary | 11000001 | 1110110 | 100001 | 0 | 100111 | 1010011 | 11000 | 100000 | 1000111 | 101100 |
Color Harmonies of #C17621
Complementary color
Monochromatic Colors of #C17621
Black with #C17621
Text Example
Text Example
White with #C17621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17621; }
p { color: rgb(193,118,33); }
H1.HeaderClassName
{
color: #C17621;
}
.AnyTagClassName
{
color: #C17621;
}
</style>
background-color css
<style>
a { background-color: #C17621; }
a { background-color: rgb(193,118,33); }
div.DivClassName
{
background-color: #C17621;
}
.BgClassName
{
background-color: #C17621;
}
</style>
border-color css
<style>
span { border-color: #C17621; }
span { border-color: rgb(193,118,33); }
td.TdClassName
{
border-color: #C17621;
}
.TagClassName
{
border-color: #C17621;
}
</style>