Shades of Ochre #C37A18
Tints of Ochre #C37A18
RGB
CMYK
RGB Variations
Color information
#C37A18 (or 0xC37A18) is known color: Ochre. HEX triplet: C3, 7A and 18. RGB value is (195,122,24). Sum of RGB (Red+Green+Blue) = 195+122+24=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37A18 is #3C85E7. Grayscale: #858585. Windows color (decimal): -3966440 or 1604291. OLE color: 1604291.
HSL color Cylindrical-coordinate representation of color #C37A18: hue angle of 34.39º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C37A18 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 24 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.24 |
| HSL | 34.39º | 0.78% | 0.43% | - |
| HSV(B) | 34.39º | 0.88% | 0.76% | - |
| XYZ | 29.63 | 25.59 | 4.24 | - |
| YUV | 132.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 24 | 0 | 0.37 | 0.88 | 0.24 | 34.39 | 0.78 | 0.43 |
| Hex | C3 | 7A | 18 | 0 | 25 | 58 | 18 | 22 | 4E | 2B |
| Octal | 303 | 172 | 30 | 0 | 45 | 130 | 30 | 42 | 116 | 53 |
| Binary | 11000011 | 1111010 | 11000 | 0 | 100101 | 1011000 | 11000 | 100010 | 1001110 | 101011 |
Color Harmonies of #C37A18
Complementary color
Monochromatic Colors of #C37A18
Black with #C37A18
Text Example
Text Example
White with #C37A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A18; }
p { color: rgb(195,122,24); }
H1.HeaderClassName
{
color: #C37A18;
}
.AnyTagClassName
{
color: #C37A18;
}
</style>
background-color css
<style>
a { background-color: #C37A18; }
a { background-color: rgb(195,122,24); }
div.DivClassName
{
background-color: #C37A18;
}
.BgClassName
{
background-color: #C37A18;
}
</style>
border-color css
<style>
span { border-color: #C37A18; }
span { border-color: rgb(195,122,24); }
td.TdClassName
{
border-color: #C37A18;
}
.TagClassName
{
border-color: #C37A18;
}
</style>