Shades of Ochre #C27613
Tints of Ochre #C27613
RGB
CMYK
RGB Variations
Color information
#C27613 (or 0xC27613) is known color: Ochre. HEX triplet: C2, 76 and 13. RGB value is (194,118,19). Sum of RGB (Red+Green+Blue) = 194+118+19=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C27613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27613 is #3D89EC. Grayscale: #818181. Windows color (decimal): -4033005 or 1275586. OLE color: 1275586.
HSL color Cylindrical-coordinate representation of color #C27613: hue angle of 33.94º 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 #C27613 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 19 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.24 |
| HSL | 33.94º | 0.82% | 0.42% | - |
| HSV(B) | 33.94º | 0.9% | 0.76% | - |
| XYZ | 28.84 | 24.47 | 3.82 | - |
| YUV | 129.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 19 | 0 | 0.39 | 0.90 | 0.24 | 33.94 | 0.82 | 0.42 |
| Hex | C2 | 76 | 13 | 0 | 27 | 5A | 18 | 22 | 52 | 2A |
| Octal | 302 | 166 | 23 | 0 | 47 | 132 | 30 | 42 | 122 | 52 |
| Binary | 11000010 | 1110110 | 10011 | 0 | 100111 | 1011010 | 11000 | 100010 | 1010010 | 101010 |
Color Harmonies of #C27613
Complementary color
Monochromatic Colors of #C27613
Black with #C27613
Text Example
Text Example
White with #C27613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27613; }
p { color: rgb(194,118,19); }
H1.HeaderClassName
{
color: #C27613;
}
.AnyTagClassName
{
color: #C27613;
}
</style>
background-color css
<style>
a { background-color: #C27613; }
a { background-color: rgb(194,118,19); }
div.DivClassName
{
background-color: #C27613;
}
.BgClassName
{
background-color: #C27613;
}
</style>
border-color css
<style>
span { border-color: #C27613; }
span { border-color: rgb(194,118,19); }
td.TdClassName
{
border-color: #C27613;
}
.TagClassName
{
border-color: #C27613;
}
</style>