Shades of Ochre #C27814
Tints of Ochre #C27814
RGB
CMYK
RGB Variations
Color information
#C27814 (or 0xC27814) is known color: Ochre. HEX triplet: C2, 78 and 14. RGB value is (194,120,20). Sum of RGB (Red+Green+Blue) = 194+120+20=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C27814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27814 is #3D87EB. Grayscale: #838383. Windows color (decimal): -4032492 or 1341634. OLE color: 1341634.
HSL color Cylindrical-coordinate representation of color #C27814: hue angle of 34.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27814 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.24 |
| HSL | 34.48º | 0.81% | 0.42% | - |
| HSV(B) | 34.48º | 0.9% | 0.76% | - |
| XYZ | 29.09 | 24.95 | 3.94 | - |
| YUV | 130.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 20 | 0 | 0.38 | 0.90 | 0.24 | 34.48 | 0.81 | 0.42 |
| Hex | C2 | 78 | 14 | 0 | 26 | 5A | 18 | 22 | 51 | 2A |
| Octal | 302 | 170 | 24 | 0 | 46 | 132 | 30 | 42 | 121 | 52 |
| Binary | 11000010 | 1111000 | 10100 | 0 | 100110 | 1011010 | 11000 | 100010 | 1010001 | 101010 |
Color Harmonies of #C27814
Complementary color
Monochromatic Colors of #C27814
Black with #C27814
Text Example
Text Example
White with #C27814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27814; }
p { color: rgb(194,120,20); }
H1.HeaderClassName
{
color: #C27814;
}
.AnyTagClassName
{
color: #C27814;
}
</style>
background-color css
<style>
a { background-color: #C27814; }
a { background-color: rgb(194,120,20); }
div.DivClassName
{
background-color: #C27814;
}
.BgClassName
{
background-color: #C27814;
}
</style>
border-color css
<style>
span { border-color: #C27814; }
span { border-color: rgb(194,120,20); }
td.TdClassName
{
border-color: #C27814;
}
.TagClassName
{
border-color: #C27814;
}
</style>