Shades of Ochre #C37021
Tints of Ochre #C37021
RGB
CMYK
RGB Variations
Color information
#C37021 (or 0xC37021) is known color: Ochre. HEX triplet: C3, 70 and 21. RGB value is (195,112,33). Sum of RGB (Red+Green+Blue) = 195+112+33=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C37021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37021 is #3C8FDE. Grayscale: #808080. Windows color (decimal): -3968991 or 2191555. OLE color: 2191555.
HSL color Cylindrical-coordinate representation of color #C37021: hue angle of 29.26º 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 #C37021 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 33 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.24 |
| HSL | 29.26º | 0.71% | 0.45% | - |
| HSV(B) | 29.26º | 0.83% | 0.76% | - |
| XYZ | 28.57 | 23.3 | 4.43 | - |
| YUV | 127.81 | 74.5 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 33 | 0 | 0.43 | 0.83 | 0.24 | 29.26 | 0.71 | 0.45 |
| Hex | C3 | 70 | 21 | 0 | 2B | 53 | 18 | 1D | 47 | 2D |
| Octal | 303 | 160 | 41 | 0 | 53 | 123 | 30 | 35 | 107 | 55 |
| Binary | 11000011 | 1110000 | 100001 | 0 | 101011 | 1010011 | 11000 | 11101 | 1000111 | 101101 |
Color Harmonies of #C37021
Complementary color
Monochromatic Colors of #C37021
Black with #C37021
Text Example
Text Example
White with #C37021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37021; }
p { color: rgb(195,112,33); }
H1.HeaderClassName
{
color: #C37021;
}
.AnyTagClassName
{
color: #C37021;
}
</style>
background-color css
<style>
a { background-color: #C37021; }
a { background-color: rgb(195,112,33); }
div.DivClassName
{
background-color: #C37021;
}
.BgClassName
{
background-color: #C37021;
}
</style>
border-color css
<style>
span { border-color: #C37021; }
span { border-color: rgb(195,112,33); }
td.TdClassName
{
border-color: #C37021;
}
.TagClassName
{
border-color: #C37021;
}
</style>