Shades of Ochre #C47A17
Tints of Ochre #C47A17
RGB
CMYK
RGB Variations
Color information
#C47A17 (or 0xC47A17) is known color: Ochre. HEX triplet: C4, 7A and 17. RGB value is (196,122,23). Sum of RGB (Red+Green+Blue) = 196+122+23=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A17 is #3B85E8. Grayscale: #858585. Windows color (decimal): -3900905 or 1538756. OLE color: 1538756.
HSL color Cylindrical-coordinate representation of color #C47A17: hue angle of 34.34º 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 #C47A17 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.23 |
| HSL | 34.34º | 0.79% | 0.43% | - |
| HSV(B) | 34.34º | 0.88% | 0.77% | - |
| XYZ | 29.88 | 25.72 | 4.2 | - |
| YUV | 132.84 | 66.02 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 23 | 0 | 0.38 | 0.88 | 0.23 | 34.34 | 0.79 | 0.43 |
| Hex | C4 | 7A | 17 | 0 | 26 | 58 | 17 | 22 | 4F | 2B |
| Octal | 304 | 172 | 27 | 0 | 46 | 130 | 27 | 42 | 117 | 53 |
| Binary | 11000100 | 1111010 | 10111 | 0 | 100110 | 1011000 | 10111 | 100010 | 1001111 | 101011 |
Color Harmonies of #C47A17
Complementary color
Monochromatic Colors of #C47A17
Black with #C47A17
Text Example
Text Example
White with #C47A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A17; }
p { color: rgb(196,122,23); }
H1.HeaderClassName
{
color: #C47A17;
}
.AnyTagClassName
{
color: #C47A17;
}
</style>
background-color css
<style>
a { background-color: #C47A17; }
a { background-color: rgb(196,122,23); }
div.DivClassName
{
background-color: #C47A17;
}
.BgClassName
{
background-color: #C47A17;
}
</style>
border-color css
<style>
span { border-color: #C47A17; }
span { border-color: rgb(196,122,23); }
td.TdClassName
{
border-color: #C47A17;
}
.TagClassName
{
border-color: #C47A17;
}
</style>