Shades of Ochre #C37024
Tints of Ochre #C37024
RGB
CMYK
RGB Variations
Color information
#C37024 (or 0xC37024) is known color: Ochre. HEX triplet: C3, 70 and 24. RGB value is (195,112,36). Sum of RGB (Red+Green+Blue) = 195+112+36=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C37024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37024 is #3C8FDB. Grayscale: #808080. Windows color (decimal): -3968988 or 2388163. OLE color: 2388163.
HSL color Cylindrical-coordinate representation of color #C37024: hue angle of 28.68º 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 #C37024 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 36 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.24 |
| HSL | 28.68º | 0.69% | 0.45% | - |
| HSV(B) | 28.68º | 0.82% | 0.76% | - |
| XYZ | 28.62 | 23.32 | 4.66 | - |
| YUV | 128.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 36 | 0 | 0.43 | 0.82 | 0.24 | 28.68 | 0.69 | 0.45 |
| Hex | C3 | 70 | 24 | 0 | 2B | 52 | 18 | 1D | 45 | 2D |
| Octal | 303 | 160 | 44 | 0 | 53 | 122 | 30 | 35 | 105 | 55 |
| Binary | 11000011 | 1110000 | 100100 | 0 | 101011 | 1010010 | 11000 | 11101 | 1000101 | 101101 |
Color Harmonies of #C37024
Complementary color
Monochromatic Colors of #C37024
Black with #C37024
Text Example
Text Example
White with #C37024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37024; }
p { color: rgb(195,112,36); }
H1.HeaderClassName
{
color: #C37024;
}
.AnyTagClassName
{
color: #C37024;
}
</style>
background-color css
<style>
a { background-color: #C37024; }
a { background-color: rgb(195,112,36); }
div.DivClassName
{
background-color: #C37024;
}
.BgClassName
{
background-color: #C37024;
}
</style>
border-color css
<style>
span { border-color: #C37024; }
span { border-color: rgb(195,112,36); }
td.TdClassName
{
border-color: #C37024;
}
.TagClassName
{
border-color: #C37024;
}
</style>