Shades of Ochre #C27417
Tints of Ochre #C27417
RGB
CMYK
RGB Variations
Color information
#C27417 (or 0xC27417) is known color: Ochre. HEX triplet: C2, 74 and 17. RGB value is (194,116,23). Sum of RGB (Red+Green+Blue) = 194+116+23=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C27417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27417 is #3D8BE8. Grayscale: #818181. Windows color (decimal): -4033513 or 1537218. OLE color: 1537218.
HSL color Cylindrical-coordinate representation of color #C27417: hue angle of 32.63º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C27417 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 23 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.24 |
| HSL | 32.63º | 0.79% | 0.43% | - |
| HSV(B) | 32.63º | 0.88% | 0.76% | - |
| XYZ | 28.65 | 24.02 | 3.94 | - |
| YUV | 128.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 23 | 0 | 0.40 | 0.88 | 0.24 | 32.63 | 0.79 | 0.43 |
| Hex | C2 | 74 | 17 | 0 | 28 | 58 | 18 | 21 | 4F | 2B |
| Octal | 302 | 164 | 27 | 0 | 50 | 130 | 30 | 41 | 117 | 53 |
| Binary | 11000010 | 1110100 | 10111 | 0 | 101000 | 1011000 | 11000 | 100001 | 1001111 | 101011 |
Color Harmonies of #C27417
Complementary color
Monochromatic Colors of #C27417
Black with #C27417
Text Example
Text Example
White with #C27417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27417; }
p { color: rgb(194,116,23); }
H1.HeaderClassName
{
color: #C27417;
}
.AnyTagClassName
{
color: #C27417;
}
</style>
background-color css
<style>
a { background-color: #C27417; }
a { background-color: rgb(194,116,23); }
div.DivClassName
{
background-color: #C27417;
}
.BgClassName
{
background-color: #C27417;
}
</style>
border-color css
<style>
span { border-color: #C27417; }
span { border-color: rgb(194,116,23); }
td.TdClassName
{
border-color: #C27417;
}
.TagClassName
{
border-color: #C27417;
}
</style>