Shades of Ochre #C37821
Tints of Ochre #C37821
RGB
CMYK
RGB Variations
Color information
#C37821 (or 0xC37821) is known color: Ochre. HEX triplet: C3, 78 and 21. RGB value is (195,120,33). Sum of RGB (Red+Green+Blue) = 195+120+33=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37821 is #3C87DE. Grayscale: #848484. Windows color (decimal): -3966943 or 2193603. OLE color: 2193603.
HSL color Cylindrical-coordinate representation of color #C37821: hue angle of 32.22º 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 #C37821 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 33 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.24 |
| HSL | 32.22º | 0.71% | 0.45% | - |
| HSV(B) | 32.22º | 0.83% | 0.76% | - |
| XYZ | 29.5 | 25.14 | 4.74 | - |
| YUV | 132.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 33 | 0 | 0.38 | 0.83 | 0.24 | 32.22 | 0.71 | 0.45 |
| Hex | C3 | 78 | 21 | 0 | 26 | 53 | 18 | 20 | 47 | 2D |
| Octal | 303 | 170 | 41 | 0 | 46 | 123 | 30 | 40 | 107 | 55 |
| Binary | 11000011 | 1111000 | 100001 | 0 | 100110 | 1010011 | 11000 | 100000 | 1000111 | 101101 |
Color Harmonies of #C37821
Complementary color
Monochromatic Colors of #C37821
Black with #C37821
Text Example
Text Example
White with #C37821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37821; }
p { color: rgb(195,120,33); }
H1.HeaderClassName
{
color: #C37821;
}
.AnyTagClassName
{
color: #C37821;
}
</style>
background-color css
<style>
a { background-color: #C37821; }
a { background-color: rgb(195,120,33); }
div.DivClassName
{
background-color: #C37821;
}
.BgClassName
{
background-color: #C37821;
}
</style>
border-color css
<style>
span { border-color: #C37821; }
span { border-color: rgb(195,120,33); }
td.TdClassName
{
border-color: #C37821;
}
.TagClassName
{
border-color: #C37821;
}
</style>