Shades of Ochre #C47E17
Tints of Ochre #C47E17
RGB
CMYK
RGB Variations
Color information
#C47E17 (or 0xC47E17) is known color: Ochre. HEX triplet: C4, 7E and 17. RGB value is (196,126,23). Sum of RGB (Red+Green+Blue) = 196+126+23=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E17 is #3B81E8. Grayscale: #878787. Windows color (decimal): -3899881 or 1539780. OLE color: 1539780.
HSL color Cylindrical-coordinate representation of color #C47E17: hue angle of 35.72º 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 #C47E17 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 23 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.23 |
| HSL | 35.72º | 0.79% | 0.43% | - |
| HSV(B) | 35.72º | 0.88% | 0.77% | - |
| XYZ | 30.38 | 26.72 | 4.37 | - |
| YUV | 135.19 | 64.69 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 23 | 0 | 0.36 | 0.88 | 0.23 | 35.72 | 0.79 | 0.43 |
| Hex | C4 | 7E | 17 | 0 | 24 | 58 | 17 | 24 | 4F | 2B |
| Octal | 304 | 176 | 27 | 0 | 44 | 130 | 27 | 44 | 117 | 53 |
| Binary | 11000100 | 1111110 | 10111 | 0 | 100100 | 1011000 | 10111 | 100100 | 1001111 | 101011 |
Color Harmonies of #C47E17
Complementary color
Monochromatic Colors of #C47E17
Black with #C47E17
Text Example
Text Example
White with #C47E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E17; }
p { color: rgb(196,126,23); }
H1.HeaderClassName
{
color: #C47E17;
}
.AnyTagClassName
{
color: #C47E17;
}
</style>
background-color css
<style>
a { background-color: #C47E17; }
a { background-color: rgb(196,126,23); }
div.DivClassName
{
background-color: #C47E17;
}
.BgClassName
{
background-color: #C47E17;
}
</style>
border-color css
<style>
span { border-color: #C47E17; }
span { border-color: rgb(196,126,23); }
td.TdClassName
{
border-color: #C47E17;
}
.TagClassName
{
border-color: #C47E17;
}
</style>