Shades of Ochre #C27418
Tints of Ochre #C27418
RGB
CMYK
RGB Variations
Color information
#C27418 (or 0xC27418) is known color: Ochre. HEX triplet: C2, 74 and 18. RGB value is (194,116,24). Sum of RGB (Red+Green+Blue) = 194+116+24=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C27418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27418 is #3D8BE7. Grayscale: #818181. Windows color (decimal): -4033512 or 1602754. OLE color: 1602754.
HSL color Cylindrical-coordinate representation of color #C27418: hue angle of 32.47º 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 #C27418 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 24 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.24 |
| HSL | 32.47º | 0.78% | 0.43% | - |
| HSV(B) | 32.47º | 0.88% | 0.76% | - |
| XYZ | 28.66 | 24.03 | 3.99 | - |
| YUV | 128.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 24 | 0 | 0.40 | 0.88 | 0.24 | 32.47 | 0.78 | 0.43 |
| Hex | C2 | 74 | 18 | 0 | 28 | 58 | 18 | 20 | 4E | 2B |
| Octal | 302 | 164 | 30 | 0 | 50 | 130 | 30 | 40 | 116 | 53 |
| Binary | 11000010 | 1110100 | 11000 | 0 | 101000 | 1011000 | 11000 | 100000 | 1001110 | 101011 |
Color Harmonies of #C27418
Complementary color
Monochromatic Colors of #C27418
Black with #C27418
Text Example
Text Example
White with #C27418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27418; }
p { color: rgb(194,116,24); }
H1.HeaderClassName
{
color: #C27418;
}
.AnyTagClassName
{
color: #C27418;
}
</style>
background-color css
<style>
a { background-color: #C27418; }
a { background-color: rgb(194,116,24); }
div.DivClassName
{
background-color: #C27418;
}
.BgClassName
{
background-color: #C27418;
}
</style>
border-color css
<style>
span { border-color: #C27418; }
span { border-color: rgb(194,116,24); }
td.TdClassName
{
border-color: #C27418;
}
.TagClassName
{
border-color: #C27418;
}
</style>