Shades of Ochre #C27317
Tints of Ochre #C27317
RGB
CMYK
RGB Variations
Color information
#C27317 (or 0xC27317) is known color: Ochre. HEX triplet: C2, 73 and 17. RGB value is (194,115,23). Sum of RGB (Red+Green+Blue) = 194+115+23=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C27317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27317 is #3D8CE8. Grayscale: #808080. Windows color (decimal): -4033769 or 1536962. OLE color: 1536962.
HSL color Cylindrical-coordinate representation of color #C27317: hue angle of 32.28º 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 #C27317 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.24 |
| HSL | 32.28º | 0.79% | 0.43% | - |
| HSV(B) | 32.28º | 0.88% | 0.76% | - |
| XYZ | 28.53 | 23.79 | 3.9 | - |
| YUV | 128.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 23 | 0 | 0.41 | 0.88 | 0.24 | 32.28 | 0.79 | 0.43 |
| Hex | C2 | 73 | 17 | 0 | 29 | 58 | 18 | 20 | 4F | 2B |
| Octal | 302 | 163 | 27 | 0 | 51 | 130 | 30 | 40 | 117 | 53 |
| Binary | 11000010 | 1110011 | 10111 | 0 | 101001 | 1011000 | 11000 | 100000 | 1001111 | 101011 |
Color Harmonies of #C27317
Complementary color
Monochromatic Colors of #C27317
Black with #C27317
Text Example
Text Example
White with #C27317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27317; }
p { color: rgb(194,115,23); }
H1.HeaderClassName
{
color: #C27317;
}
.AnyTagClassName
{
color: #C27317;
}
</style>
background-color css
<style>
a { background-color: #C27317; }
a { background-color: rgb(194,115,23); }
div.DivClassName
{
background-color: #C27317;
}
.BgClassName
{
background-color: #C27317;
}
</style>
border-color css
<style>
span { border-color: #C27317; }
span { border-color: rgb(194,115,23); }
td.TdClassName
{
border-color: #C27317;
}
.TagClassName
{
border-color: #C27317;
}
</style>