Shades of Ochre #C27313
Tints of Ochre #C27313
RGB
CMYK
RGB Variations
Color information
#C27313 (or 0xC27313) is known color: Ochre. HEX triplet: C2, 73 and 13. RGB value is (194,115,19). Sum of RGB (Red+Green+Blue) = 194+115+19=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27313 is #3D8CEC. Grayscale: #808080. Windows color (decimal): -4033773 or 1274818. OLE color: 1274818.
HSL color Cylindrical-coordinate representation of color #C27313: hue angle of 32.91º degrees, saturation: 0.82, 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 #C27313 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.24 |
| HSL | 32.91º | 0.82% | 0.42% | - |
| HSV(B) | 32.91º | 0.9% | 0.76% | - |
| XYZ | 28.5 | 23.78 | 3.7 | - |
| YUV | 127.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 19 | 0 | 0.41 | 0.90 | 0.24 | 32.91 | 0.82 | 0.42 |
| Hex | C2 | 73 | 13 | 0 | 29 | 5A | 18 | 21 | 52 | 2A |
| Octal | 302 | 163 | 23 | 0 | 51 | 132 | 30 | 41 | 122 | 52 |
| Binary | 11000010 | 1110011 | 10011 | 0 | 101001 | 1011010 | 11000 | 100001 | 1010010 | 101010 |
Color Harmonies of #C27313
Complementary color
Monochromatic Colors of #C27313
Black with #C27313
Text Example
Text Example
White with #C27313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27313; }
p { color: rgb(194,115,19); }
H1.HeaderClassName
{
color: #C27313;
}
.AnyTagClassName
{
color: #C27313;
}
</style>
background-color css
<style>
a { background-color: #C27313; }
a { background-color: rgb(194,115,19); }
div.DivClassName
{
background-color: #C27313;
}
.BgClassName
{
background-color: #C27313;
}
</style>
border-color css
<style>
span { border-color: #C27313; }
span { border-color: rgb(194,115,19); }
td.TdClassName
{
border-color: #C27313;
}
.TagClassName
{
border-color: #C27313;
}
</style>