Shades of Ochre #C37D18
Tints of Ochre #C37D18
RGB
CMYK
RGB Variations
Color information
#C37D18 (or 0xC37D18) is known color: Ochre. HEX triplet: C3, 7D and 18. RGB value is (195,125,24). Sum of RGB (Red+Green+Blue) = 195+125+24=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D18 is #3C82E7. Grayscale: #868686. Windows color (decimal): -3965672 or 1605059. OLE color: 1605059.
HSL color Cylindrical-coordinate representation of color #C37D18: hue angle of 35.44º 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 #C37D18 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 24 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.24 |
| HSL | 35.44º | 0.78% | 0.43% | - |
| HSV(B) | 35.44º | 0.88% | 0.76% | - |
| XYZ | 30 | 26.34 | 4.37 | - |
| YUV | 134.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 24 | 0 | 0.36 | 0.88 | 0.24 | 35.44 | 0.78 | 0.43 |
| Hex | C3 | 7D | 18 | 0 | 24 | 58 | 18 | 23 | 4E | 2B |
| Octal | 303 | 175 | 30 | 0 | 44 | 130 | 30 | 43 | 116 | 53 |
| Binary | 11000011 | 1111101 | 11000 | 0 | 100100 | 1011000 | 11000 | 100011 | 1001110 | 101011 |
Color Harmonies of #C37D18
Complementary color
Monochromatic Colors of #C37D18
Black with #C37D18
Text Example
Text Example
White with #C37D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D18; }
p { color: rgb(195,125,24); }
H1.HeaderClassName
{
color: #C37D18;
}
.AnyTagClassName
{
color: #C37D18;
}
</style>
background-color css
<style>
a { background-color: #C37D18; }
a { background-color: rgb(195,125,24); }
div.DivClassName
{
background-color: #C37D18;
}
.BgClassName
{
background-color: #C37D18;
}
</style>
border-color css
<style>
span { border-color: #C37D18; }
span { border-color: rgb(195,125,24); }
td.TdClassName
{
border-color: #C37D18;
}
.TagClassName
{
border-color: #C37D18;
}
</style>