Shades of Ochre #C17321
Tints of Ochre #C17321
RGB
CMYK
RGB Variations
Color information
#C17321 (or 0xC17321) is known color: Ochre. HEX triplet: C1, 73 and 21. RGB value is (193,115,33). Sum of RGB (Red+Green+Blue) = 193+115+33=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C17321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17321 is #3E8CDE. Grayscale: #818181. Windows color (decimal): -4099295 or 2192321. OLE color: 2192321.
HSL color Cylindrical-coordinate representation of color #C17321: hue angle of 30.75º 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 #C17321 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 33 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.24 |
| HSL | 30.75º | 0.71% | 0.44% | - |
| HSV(B) | 30.75º | 0.83% | 0.76% | - |
| XYZ | 28.4 | 23.71 | 4.52 | - |
| YUV | 128.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 33 | 0 | 0.40 | 0.83 | 0.24 | 30.75 | 0.71 | 0.44 |
| Hex | C1 | 73 | 21 | 0 | 28 | 53 | 18 | 1F | 47 | 2C |
| Octal | 301 | 163 | 41 | 0 | 50 | 123 | 30 | 37 | 107 | 54 |
| Binary | 11000001 | 1110011 | 100001 | 0 | 101000 | 1010011 | 11000 | 11111 | 1000111 | 101100 |
Color Harmonies of #C17321
Complementary color
Monochromatic Colors of #C17321
Black with #C17321
Text Example
Text Example
White with #C17321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17321; }
p { color: rgb(193,115,33); }
H1.HeaderClassName
{
color: #C17321;
}
.AnyTagClassName
{
color: #C17321;
}
</style>
background-color css
<style>
a { background-color: #C17321; }
a { background-color: rgb(193,115,33); }
div.DivClassName
{
background-color: #C17321;
}
.BgClassName
{
background-color: #C17321;
}
</style>
border-color css
<style>
span { border-color: #C17321; }
span { border-color: rgb(193,115,33); }
td.TdClassName
{
border-color: #C17321;
}
.TagClassName
{
border-color: #C17321;
}
</style>