Shades of Ochre #C27413
Tints of Ochre #C27413
RGB
CMYK
RGB Variations
Color information
#C27413 (or 0xC27413) is known color: Ochre. HEX triplet: C2, 74 and 13. RGB value is (194,116,19). Sum of RGB (Red+Green+Blue) = 194+116+19=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C27413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27413 is #3D8BEC. Grayscale: #808080. Windows color (decimal): -4033517 or 1275074. OLE color: 1275074.
HSL color Cylindrical-coordinate representation of color #C27413: hue angle of 33.26º 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 #C27413 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.24 |
| HSL | 33.26º | 0.82% | 0.42% | - |
| HSV(B) | 33.26º | 0.9% | 0.76% | - |
| XYZ | 28.61 | 24.01 | 3.74 | - |
| YUV | 128.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 19 | 0 | 0.40 | 0.90 | 0.24 | 33.26 | 0.82 | 0.42 |
| Hex | C2 | 74 | 13 | 0 | 28 | 5A | 18 | 21 | 52 | 2A |
| Octal | 302 | 164 | 23 | 0 | 50 | 132 | 30 | 41 | 122 | 52 |
| Binary | 11000010 | 1110100 | 10011 | 0 | 101000 | 1011010 | 11000 | 100001 | 1010010 | 101010 |
Color Harmonies of #C27413
Complementary color
Monochromatic Colors of #C27413
Black with #C27413
Text Example
Text Example
White with #C27413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27413; }
p { color: rgb(194,116,19); }
H1.HeaderClassName
{
color: #C27413;
}
.AnyTagClassName
{
color: #C27413;
}
</style>
background-color css
<style>
a { background-color: #C27413; }
a { background-color: rgb(194,116,19); }
div.DivClassName
{
background-color: #C27413;
}
.BgClassName
{
background-color: #C27413;
}
</style>
border-color css
<style>
span { border-color: #C27413; }
span { border-color: rgb(194,116,19); }
td.TdClassName
{
border-color: #C27413;
}
.TagClassName
{
border-color: #C27413;
}
</style>