Shades of Ochre #C27412
Tints of Ochre #C27412
RGB
CMYK
RGB Variations
Color information
#C27412 (or 0xC27412) is known color: Ochre. HEX triplet: C2, 74 and 12. RGB value is (194,116,18). Sum of RGB (Red+Green+Blue) = 194+116+18=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27412 is #3D8BED. Grayscale: #808080. Windows color (decimal): -4033518 or 1209538. OLE color: 1209538.
HSL color Cylindrical-coordinate representation of color #C27412: hue angle of 33.41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C27412 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.24 |
| HSL | 33.41º | 0.83% | 0.42% | - |
| HSV(B) | 33.41º | 0.91% | 0.76% | - |
| XYZ | 28.6 | 24 | 3.7 | - |
| YUV | 128.15 | 65.84 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 18 | 0 | 0.40 | 0.91 | 0.24 | 33.41 | 0.83 | 0.42 |
| Hex | C2 | 74 | 12 | 0 | 28 | 5B | 18 | 21 | 53 | 2A |
| Octal | 302 | 164 | 22 | 0 | 50 | 133 | 30 | 41 | 123 | 52 |
| Binary | 11000010 | 1110100 | 10010 | 0 | 101000 | 1011011 | 11000 | 100001 | 1010011 | 101010 |
Color Harmonies of #C27412
Complementary color
Monochromatic Colors of #C27412
Black with #C27412
Text Example
Text Example
White with #C27412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27412; }
p { color: rgb(194,116,18); }
H1.HeaderClassName
{
color: #C27412;
}
.AnyTagClassName
{
color: #C27412;
}
</style>
background-color css
<style>
a { background-color: #C27412; }
a { background-color: rgb(194,116,18); }
div.DivClassName
{
background-color: #C27412;
}
.BgClassName
{
background-color: #C27412;
}
</style>
border-color css
<style>
span { border-color: #C27412; }
span { border-color: rgb(194,116,18); }
td.TdClassName
{
border-color: #C27412;
}
.TagClassName
{
border-color: #C27412;
}
</style>