Shades of Ochre #C37C24
Tints of Ochre #C37C24
RGB
CMYK
RGB Variations
Color information
#C37C24 (or 0xC37C24) is known color: Ochre. HEX triplet: C3, 7C and 24. RGB value is (195,124,36). Sum of RGB (Red+Green+Blue) = 195+124+36=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C24 is #3C83DB. Grayscale: #878787. Windows color (decimal): -3965916 or 2391235. OLE color: 2391235.
HSL color Cylindrical-coordinate representation of color #C37C24: hue angle of 33.21º 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 #C37C24 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 36 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.24 |
| HSL | 33.21º | 0.69% | 0.45% | - |
| HSV(B) | 33.21º | 0.82% | 0.76% | - |
| XYZ | 30.03 | 26.14 | 5.13 | - |
| YUV | 135.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 36 | 0 | 0.36 | 0.82 | 0.24 | 33.21 | 0.69 | 0.45 |
| Hex | C3 | 7C | 24 | 0 | 24 | 52 | 18 | 21 | 45 | 2D |
| Octal | 303 | 174 | 44 | 0 | 44 | 122 | 30 | 41 | 105 | 55 |
| Binary | 11000011 | 1111100 | 100100 | 0 | 100100 | 1010010 | 11000 | 100001 | 1000101 | 101101 |
Color Harmonies of #C37C24
Complementary color
Monochromatic Colors of #C37C24
Black with #C37C24
Text Example
Text Example
White with #C37C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C24; }
p { color: rgb(195,124,36); }
H1.HeaderClassName
{
color: #C37C24;
}
.AnyTagClassName
{
color: #C37C24;
}
</style>
background-color css
<style>
a { background-color: #C37C24; }
a { background-color: rgb(195,124,36); }
div.DivClassName
{
background-color: #C37C24;
}
.BgClassName
{
background-color: #C37C24;
}
</style>
border-color css
<style>
span { border-color: #C37C24; }
span { border-color: rgb(195,124,36); }
td.TdClassName
{
border-color: #C37C24;
}
.TagClassName
{
border-color: #C37C24;
}
</style>