Shades of Ochre #C27513
Tints of Ochre #C27513
RGB
CMYK
RGB Variations
Color information
#C27513 (or 0xC27513) is known color: Ochre. HEX triplet: C2, 75 and 13. RGB value is (194,117,19). Sum of RGB (Red+Green+Blue) = 194+117+19=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C27513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27513 is #3D8AEC. Grayscale: #818181. Windows color (decimal): -4033261 or 1275330. OLE color: 1275330.
HSL color Cylindrical-coordinate representation of color #C27513: hue angle of 33.6º 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 #C27513 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.24 |
| HSL | 33.6º | 0.82% | 0.42% | - |
| HSV(B) | 33.6º | 0.9% | 0.76% | - |
| XYZ | 28.73 | 24.24 | 3.78 | - |
| YUV | 128.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 19 | 0 | 0.40 | 0.90 | 0.24 | 33.6 | 0.82 | 0.42 |
| Hex | C2 | 75 | 13 | 0 | 28 | 5A | 18 | 22 | 52 | 2A |
| Octal | 302 | 165 | 23 | 0 | 50 | 132 | 30 | 42 | 122 | 52 |
| Binary | 11000010 | 1110101 | 10011 | 0 | 101000 | 1011010 | 11000 | 100010 | 1010010 | 101010 |
Color Harmonies of #C27513
Complementary color
Monochromatic Colors of #C27513
Black with #C27513
Text Example
Text Example
White with #C27513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27513; }
p { color: rgb(194,117,19); }
H1.HeaderClassName
{
color: #C27513;
}
.AnyTagClassName
{
color: #C27513;
}
</style>
background-color css
<style>
a { background-color: #C27513; }
a { background-color: rgb(194,117,19); }
div.DivClassName
{
background-color: #C27513;
}
.BgClassName
{
background-color: #C27513;
}
</style>
border-color css
<style>
span { border-color: #C27513; }
span { border-color: rgb(194,117,19); }
td.TdClassName
{
border-color: #C27513;
}
.TagClassName
{
border-color: #C27513;
}
</style>