Shades of Ochre #C47219
Tints of Ochre #C47219
RGB
CMYK
RGB Variations
Color information
#C47219 (or 0xC47219) is known color: Ochre. HEX triplet: C4, 72 and 19. RGB value is (196,114,25). Sum of RGB (Red+Green+Blue) = 196+114+25=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47219 is #3B8DE6. Grayscale: #808080. Windows color (decimal): -3902951 or 1667780. OLE color: 1667780.
HSL color Cylindrical-coordinate representation of color #C47219: hue angle of 31.23º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C47219 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 25 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.23 |
| HSL | 31.23º | 0.77% | 0.43% | - |
| HSV(B) | 31.23º | 0.87% | 0.77% | - |
| XYZ | 28.96 | 23.84 | 4 | - |
| YUV | 128.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 25 | 0 | 0.42 | 0.87 | 0.23 | 31.23 | 0.77 | 0.43 |
| Hex | C4 | 72 | 19 | 0 | 2A | 57 | 17 | 1F | 4D | 2B |
| Octal | 304 | 162 | 31 | 0 | 52 | 127 | 27 | 37 | 115 | 53 |
| Binary | 11000100 | 1110010 | 11001 | 0 | 101010 | 1010111 | 10111 | 11111 | 1001101 | 101011 |
Color Harmonies of #C47219
Complementary color
Monochromatic Colors of #C47219
Black with #C47219
Text Example
Text Example
White with #C47219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47219; }
p { color: rgb(196,114,25); }
H1.HeaderClassName
{
color: #C47219;
}
.AnyTagClassName
{
color: #C47219;
}
</style>
background-color css
<style>
a { background-color: #C47219; }
a { background-color: rgb(196,114,25); }
div.DivClassName
{
background-color: #C47219;
}
.BgClassName
{
background-color: #C47219;
}
</style>
border-color css
<style>
span { border-color: #C47219; }
span { border-color: rgb(196,114,25); }
td.TdClassName
{
border-color: #C47219;
}
.TagClassName
{
border-color: #C47219;
}
</style>