Shades of Ochre #C37E20
Tints of Ochre #C37E20
RGB
CMYK
RGB Variations
Color information
#C37E20 (or 0xC37E20) is known color: Ochre. HEX triplet: C3, 7E and 20. RGB value is (195,126,32). Sum of RGB (Red+Green+Blue) = 195+126+32=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37E20 is #3C81DF. Grayscale: #888888. Windows color (decimal): -3965408 or 2129603. OLE color: 2129603.
HSL color Cylindrical-coordinate representation of color #C37E20: hue angle of 34.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C37E20 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 32 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.24 |
| HSL | 34.6º | 0.72% | 0.45% | - |
| HSV(B) | 34.6º | 0.84% | 0.76% | - |
| XYZ | 30.23 | 26.63 | 4.91 | - |
| YUV | 135.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 32 | 0 | 0.35 | 0.84 | 0.24 | 34.6 | 0.72 | 0.45 |
| Hex | C3 | 7E | 20 | 0 | 23 | 54 | 18 | 23 | 48 | 2D |
| Octal | 303 | 176 | 40 | 0 | 43 | 124 | 30 | 43 | 110 | 55 |
| Binary | 11000011 | 1111110 | 100000 | 0 | 100011 | 1010100 | 11000 | 100011 | 1001000 | 101101 |
Color Harmonies of #C37E20
Complementary color
Monochromatic Colors of #C37E20
Black with #C37E20
Text Example
Text Example
White with #C37E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E20; }
p { color: rgb(195,126,32); }
H1.HeaderClassName
{
color: #C37E20;
}
.AnyTagClassName
{
color: #C37E20;
}
</style>
background-color css
<style>
a { background-color: #C37E20; }
a { background-color: rgb(195,126,32); }
div.DivClassName
{
background-color: #C37E20;
}
.BgClassName
{
background-color: #C37E20;
}
</style>
border-color css
<style>
span { border-color: #C37E20; }
span { border-color: rgb(195,126,32); }
td.TdClassName
{
border-color: #C37E20;
}
.TagClassName
{
border-color: #C37E20;
}
</style>