Shades of Ochre #C37F18
Tints of Ochre #C37F18
RGB
CMYK
RGB Variations
Color information
#C37F18 (or 0xC37F18) is known color: Ochre. HEX triplet: C3, 7F and 18. RGB value is (195,127,24). Sum of RGB (Red+Green+Blue) = 195+127+24=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F18 is #3C80E7. Grayscale: #888888. Windows color (decimal): -3965160 or 1605571. OLE color: 1605571.
HSL color Cylindrical-coordinate representation of color #C37F18: hue angle of 36.14º 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 #C37F18 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 24 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.24 |
| HSL | 36.14º | 0.78% | 0.43% | - |
| HSV(B) | 36.14º | 0.88% | 0.76% | - |
| XYZ | 30.26 | 26.85 | 4.45 | - |
| YUV | 135.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 24 | 0 | 0.35 | 0.88 | 0.24 | 36.14 | 0.78 | 0.43 |
| Hex | C3 | 7F | 18 | 0 | 23 | 58 | 18 | 24 | 4E | 2B |
| Octal | 303 | 177 | 30 | 0 | 43 | 130 | 30 | 44 | 116 | 53 |
| Binary | 11000011 | 1111111 | 11000 | 0 | 100011 | 1011000 | 11000 | 100100 | 1001110 | 101011 |
Color Harmonies of #C37F18
Complementary color
Monochromatic Colors of #C37F18
Black with #C37F18
Text Example
Text Example
White with #C37F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F18; }
p { color: rgb(195,127,24); }
H1.HeaderClassName
{
color: #C37F18;
}
.AnyTagClassName
{
color: #C37F18;
}
</style>
background-color css
<style>
a { background-color: #C37F18; }
a { background-color: rgb(195,127,24); }
div.DivClassName
{
background-color: #C37F18;
}
.BgClassName
{
background-color: #C37F18;
}
</style>
border-color css
<style>
span { border-color: #C37F18; }
span { border-color: rgb(195,127,24); }
td.TdClassName
{
border-color: #C37F18;
}
.TagClassName
{
border-color: #C37F18;
}
</style>