Shades of Ochre #C37A1E
Tints of Ochre #C37A1E
RGB
CMYK
RGB Variations
Color information
#C37A1E (or 0xC37A1E) is known color: Ochre. HEX triplet: C3, 7A and 1E. RGB value is (195,122,30). Sum of RGB (Red+Green+Blue) = 195+122+30=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A1E is #3C85E1. Grayscale: #858585. Windows color (decimal): -3966434 or 1997507. OLE color: 1997507.
HSL color Cylindrical-coordinate representation of color #C37A1E: hue angle of 33.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C37A1E is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 30 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.24 |
| HSL | 33.45º | 0.73% | 0.44% | - |
| HSV(B) | 33.45º | 0.85% | 0.76% | - |
| XYZ | 29.7 | 25.61 | 4.61 | - |
| YUV | 133.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 30 | 0 | 0.37 | 0.85 | 0.24 | 33.45 | 0.73 | 0.44 |
| Hex | C3 | 7A | 1E | 0 | 25 | 55 | 18 | 21 | 49 | 2C |
| Octal | 303 | 172 | 36 | 0 | 45 | 125 | 30 | 41 | 111 | 54 |
| Binary | 11000011 | 1111010 | 11110 | 0 | 100101 | 1010101 | 11000 | 100001 | 1001001 | 101100 |
Color Harmonies of #C37A1E
Complementary color
Monochromatic Colors of #C37A1E
Black with #C37A1E
Text Example
Text Example
White with #C37A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A1E; }
p { color: rgb(195,122,30); }
H1.HeaderClassName
{
color: #C37A1E;
}
.AnyTagClassName
{
color: #C37A1E;
}
</style>
background-color css
<style>
a { background-color: #C37A1E; }
a { background-color: rgb(195,122,30); }
div.DivClassName
{
background-color: #C37A1E;
}
.BgClassName
{
background-color: #C37A1E;
}
</style>
border-color css
<style>
span { border-color: #C37A1E; }
span { border-color: rgb(195,122,30); }
td.TdClassName
{
border-color: #C37A1E;
}
.TagClassName
{
border-color: #C37A1E;
}
</style>