Shades of Ochre #C47317
Tints of Ochre #C47317
RGB
CMYK
RGB Variations
Color information
#C47317 (or 0xC47317) is known color: Ochre. HEX triplet: C4, 73 and 17. RGB value is (196,115,23). Sum of RGB (Red+Green+Blue) = 196+115+23=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47317 is #3B8CE8. Grayscale: #818181. Windows color (decimal): -3902697 or 1536964. OLE color: 1536964.
HSL color Cylindrical-coordinate representation of color #C47317: hue angle of 31.91º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C47317 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.23 |
| HSL | 31.91º | 0.79% | 0.43% | - |
| HSV(B) | 31.91º | 0.88% | 0.77% | - |
| XYZ | 29.05 | 24.06 | 3.92 | - |
| YUV | 128.73 | 68.34 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 23 | 0 | 0.41 | 0.88 | 0.23 | 31.91 | 0.79 | 0.43 |
| Hex | C4 | 73 | 17 | 0 | 29 | 58 | 17 | 20 | 4F | 2B |
| Octal | 304 | 163 | 27 | 0 | 51 | 130 | 27 | 40 | 117 | 53 |
| Binary | 11000100 | 1110011 | 10111 | 0 | 101001 | 1011000 | 10111 | 100000 | 1001111 | 101011 |
Color Harmonies of #C47317
Complementary color
Monochromatic Colors of #C47317
Black with #C47317
Text Example
Text Example
White with #C47317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47317; }
p { color: rgb(196,115,23); }
H1.HeaderClassName
{
color: #C47317;
}
.AnyTagClassName
{
color: #C47317;
}
</style>
background-color css
<style>
a { background-color: #C47317; }
a { background-color: rgb(196,115,23); }
div.DivClassName
{
background-color: #C47317;
}
.BgClassName
{
background-color: #C47317;
}
</style>
border-color css
<style>
span { border-color: #C47317; }
span { border-color: rgb(196,115,23); }
td.TdClassName
{
border-color: #C47317;
}
.TagClassName
{
border-color: #C47317;
}
</style>