Shades of Ochre #C47619
Tints of Ochre #C47619
RGB
CMYK
RGB Variations
Color information
#C47619 (or 0xC47619) is known color: Ochre. HEX triplet: C4, 76 and 19. RGB value is (196,118,25). Sum of RGB (Red+Green+Blue) = 196+118+25=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C47619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47619 is #3B89E6. Grayscale: #838383. Windows color (decimal): -3901927 or 1668804. OLE color: 1668804.
HSL color Cylindrical-coordinate representation of color #C47619: hue angle of 32.63º 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 #C47619 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 25 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.23 |
| HSL | 32.63º | 0.77% | 0.43% | - |
| HSV(B) | 32.63º | 0.87% | 0.77% | - |
| XYZ | 29.42 | 24.76 | 4.15 | - |
| YUV | 130.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 25 | 0 | 0.40 | 0.87 | 0.23 | 32.63 | 0.77 | 0.43 |
| Hex | C4 | 76 | 19 | 0 | 28 | 57 | 17 | 21 | 4D | 2B |
| Octal | 304 | 166 | 31 | 0 | 50 | 127 | 27 | 41 | 115 | 53 |
| Binary | 11000100 | 1110110 | 11001 | 0 | 101000 | 1010111 | 10111 | 100001 | 1001101 | 101011 |
Color Harmonies of #C47619
Complementary color
Monochromatic Colors of #C47619
Black with #C47619
Text Example
Text Example
White with #C47619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47619; }
p { color: rgb(196,118,25); }
H1.HeaderClassName
{
color: #C47619;
}
.AnyTagClassName
{
color: #C47619;
}
</style>
background-color css
<style>
a { background-color: #C47619; }
a { background-color: rgb(196,118,25); }
div.DivClassName
{
background-color: #C47619;
}
.BgClassName
{
background-color: #C47619;
}
</style>
border-color css
<style>
span { border-color: #C47619; }
span { border-color: rgb(196,118,25); }
td.TdClassName
{
border-color: #C47619;
}
.TagClassName
{
border-color: #C47619;
}
</style>