Shades of Ochre #C37721
Tints of Ochre #C37721
RGB
CMYK
RGB Variations
Color information
#C37721 (or 0xC37721) is known color: Ochre. HEX triplet: C3, 77 and 21. RGB value is (195,119,33). Sum of RGB (Red+Green+Blue) = 195+119+33=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37721 is #3C88DE. Grayscale: #848484. Windows color (decimal): -3967199 or 2193347. OLE color: 2193347.
HSL color Cylindrical-coordinate representation of color #C37721: hue angle of 31.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C37721 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 33 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.24 |
| HSL | 31.85º | 0.71% | 0.45% | - |
| HSV(B) | 31.85º | 0.83% | 0.76% | - |
| XYZ | 29.38 | 24.91 | 4.7 | - |
| YUV | 131.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 33 | 0 | 0.39 | 0.83 | 0.24 | 31.85 | 0.71 | 0.45 |
| Hex | C3 | 77 | 21 | 0 | 27 | 53 | 18 | 20 | 47 | 2D |
| Octal | 303 | 167 | 41 | 0 | 47 | 123 | 30 | 40 | 107 | 55 |
| Binary | 11000011 | 1110111 | 100001 | 0 | 100111 | 1010011 | 11000 | 100000 | 1000111 | 101101 |
Color Harmonies of #C37721
Complementary color
Monochromatic Colors of #C37721
Black with #C37721
Text Example
Text Example
White with #C37721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37721; }
p { color: rgb(195,119,33); }
H1.HeaderClassName
{
color: #C37721;
}
.AnyTagClassName
{
color: #C37721;
}
</style>
background-color css
<style>
a { background-color: #C37721; }
a { background-color: rgb(195,119,33); }
div.DivClassName
{
background-color: #C37721;
}
.BgClassName
{
background-color: #C37721;
}
</style>
border-color css
<style>
span { border-color: #C37721; }
span { border-color: rgb(195,119,33); }
td.TdClassName
{
border-color: #C37721;
}
.TagClassName
{
border-color: #C37721;
}
</style>