Shades of Ochre #C27A13
Tints of Ochre #C27A13
RGB
CMYK
RGB Variations
Color information
#C27A13 (or 0xC27A13) is known color: Ochre. HEX triplet: C2, 7A and 13. RGB value is (194,122,19). Sum of RGB (Red+Green+Blue) = 194+122+19=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A13 is #3D85EC. Grayscale: #848484. Windows color (decimal): -4031981 or 1276610. OLE color: 1276610.
HSL color Cylindrical-coordinate representation of color #C27A13: hue angle of 35.31º 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 #C27A13 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.24 |
| HSL | 35.31º | 0.82% | 0.42% | - |
| HSV(B) | 35.31º | 0.9% | 0.76% | - |
| XYZ | 29.33 | 25.44 | 3.98 | - |
| YUV | 131.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 19 | 0 | 0.37 | 0.90 | 0.24 | 35.31 | 0.82 | 0.42 |
| Hex | C2 | 7A | 13 | 0 | 25 | 5A | 18 | 23 | 52 | 2A |
| Octal | 302 | 172 | 23 | 0 | 45 | 132 | 30 | 43 | 122 | 52 |
| Binary | 11000010 | 1111010 | 10011 | 0 | 100101 | 1011010 | 11000 | 100011 | 1010010 | 101010 |
Color Harmonies of #C27A13
Complementary color
Monochromatic Colors of #C27A13
Black with #C27A13
Text Example
Text Example
White with #C27A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A13; }
p { color: rgb(194,122,19); }
H1.HeaderClassName
{
color: #C27A13;
}
.AnyTagClassName
{
color: #C27A13;
}
</style>
background-color css
<style>
a { background-color: #C27A13; }
a { background-color: rgb(194,122,19); }
div.DivClassName
{
background-color: #C27A13;
}
.BgClassName
{
background-color: #C27A13;
}
</style>
border-color css
<style>
span { border-color: #C27A13; }
span { border-color: rgb(194,122,19); }
td.TdClassName
{
border-color: #C27A13;
}
.TagClassName
{
border-color: #C27A13;
}
</style>