Shades of Ochre #C47B13
Tints of Ochre #C47B13
RGB
CMYK
RGB Variations
Color information
#C47B13 (or 0xC47B13) is known color: Ochre. HEX triplet: C4, 7B and 13. RGB value is (196,123,19). Sum of RGB (Red+Green+Blue) = 196+123+19=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B13 is #3B84EC. Grayscale: #858585. Windows color (decimal): -3900653 or 1276868. OLE color: 1276868.
HSL color Cylindrical-coordinate representation of color #C47B13: hue angle of 35.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47B13 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.23 |
| HSL | 35.25º | 0.82% | 0.42% | - |
| HSV(B) | 35.25º | 0.9% | 0.77% | - |
| XYZ | 29.97 | 25.95 | 4.05 | - |
| YUV | 132.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 19 | 0 | 0.37 | 0.90 | 0.23 | 35.25 | 0.82 | 0.42 |
| Hex | C4 | 7B | 13 | 0 | 25 | 5A | 17 | 23 | 52 | 2A |
| Octal | 304 | 173 | 23 | 0 | 45 | 132 | 27 | 43 | 122 | 52 |
| Binary | 11000100 | 1111011 | 10011 | 0 | 100101 | 1011010 | 10111 | 100011 | 1010010 | 101010 |
Color Harmonies of #C47B13
Complementary color
Monochromatic Colors of #C47B13
Black with #C47B13
Text Example
Text Example
White with #C47B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B13; }
p { color: rgb(196,123,19); }
H1.HeaderClassName
{
color: #C47B13;
}
.AnyTagClassName
{
color: #C47B13;
}
</style>
background-color css
<style>
a { background-color: #C47B13; }
a { background-color: rgb(196,123,19); }
div.DivClassName
{
background-color: #C47B13;
}
.BgClassName
{
background-color: #C47B13;
}
</style>
border-color css
<style>
span { border-color: #C47B13; }
span { border-color: rgb(196,123,19); }
td.TdClassName
{
border-color: #C47B13;
}
.TagClassName
{
border-color: #C47B13;
}
</style>