Shades of Ochre #C37424
Tints of Ochre #C37424
RGB
CMYK
RGB Variations
Color information
#C37424 (or 0xC37424) is known color: Ochre. HEX triplet: C3, 74 and 24. RGB value is (195,116,36). Sum of RGB (Red+Green+Blue) = 195+116+36=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37424 is #3C8BDB. Grayscale: #828282. Windows color (decimal): -3967964 or 2389187. OLE color: 2389187.
HSL color Cylindrical-coordinate representation of color #C37424: hue angle of 30.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C37424 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 36 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.24 |
| HSL | 30.19º | 0.69% | 0.45% | - |
| HSV(B) | 30.19º | 0.82% | 0.76% | - |
| XYZ | 29.07 | 24.22 | 4.81 | - |
| YUV | 130.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 36 | 0 | 0.41 | 0.82 | 0.24 | 30.19 | 0.69 | 0.45 |
| Hex | C3 | 74 | 24 | 0 | 29 | 52 | 18 | 1E | 45 | 2D |
| Octal | 303 | 164 | 44 | 0 | 51 | 122 | 30 | 36 | 105 | 55 |
| Binary | 11000011 | 1110100 | 100100 | 0 | 101001 | 1010010 | 11000 | 11110 | 1000101 | 101101 |
Color Harmonies of #C37424
Complementary color
Monochromatic Colors of #C37424
Black with #C37424
Text Example
Text Example
White with #C37424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37424; }
p { color: rgb(195,116,36); }
H1.HeaderClassName
{
color: #C37424;
}
.AnyTagClassName
{
color: #C37424;
}
</style>
background-color css
<style>
a { background-color: #C37424; }
a { background-color: rgb(195,116,36); }
div.DivClassName
{
background-color: #C37424;
}
.BgClassName
{
background-color: #C37424;
}
</style>
border-color css
<style>
span { border-color: #C37424; }
span { border-color: rgb(195,116,36); }
td.TdClassName
{
border-color: #C37424;
}
.TagClassName
{
border-color: #C37424;
}
</style>