Shades of Ochre #C47B17
Tints of Ochre #C47B17
RGB
CMYK
RGB Variations
Color information
#C47B17 (or 0xC47B17) is known color: Ochre. HEX triplet: C4, 7B and 17. RGB value is (196,123,23). Sum of RGB (Red+Green+Blue) = 196+123+23=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B17 is #3B84E8. Grayscale: #858585. Windows color (decimal): -3900649 or 1539012. OLE color: 1539012.
HSL color Cylindrical-coordinate representation of color #C47B17: hue angle of 34.68º 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 #C47B17 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 23 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.23 |
| HSL | 34.68º | 0.79% | 0.43% | - |
| HSV(B) | 34.68º | 0.88% | 0.77% | - |
| XYZ | 30 | 25.96 | 4.24 | - |
| YUV | 133.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 23 | 0 | 0.37 | 0.88 | 0.23 | 34.68 | 0.79 | 0.43 |
| Hex | C4 | 7B | 17 | 0 | 25 | 58 | 17 | 23 | 4F | 2B |
| Octal | 304 | 173 | 27 | 0 | 45 | 130 | 27 | 43 | 117 | 53 |
| Binary | 11000100 | 1111011 | 10111 | 0 | 100101 | 1011000 | 10111 | 100011 | 1001111 | 101011 |
Color Harmonies of #C47B17
Complementary color
Monochromatic Colors of #C47B17
Black with #C47B17
Text Example
Text Example
White with #C47B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B17; }
p { color: rgb(196,123,23); }
H1.HeaderClassName
{
color: #C47B17;
}
.AnyTagClassName
{
color: #C47B17;
}
</style>
background-color css
<style>
a { background-color: #C47B17; }
a { background-color: rgb(196,123,23); }
div.DivClassName
{
background-color: #C47B17;
}
.BgClassName
{
background-color: #C47B17;
}
</style>
border-color css
<style>
span { border-color: #C47B17; }
span { border-color: rgb(196,123,23); }
td.TdClassName
{
border-color: #C47B17;
}
.TagClassName
{
border-color: #C47B17;
}
</style>