Shades of Raw Umber #71450D
Tints of Raw Umber #71450D
RGB
CMYK
RGB Variations
Color information
#71450D (or 0x71450D) is known color: Raw Umber. HEX triplet: 71, 45 and 0D. RGB value is (113,69,13). Sum of RGB (Red+Green+Blue) = 113+69+13=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71450D is #8EBAF2. Grayscale: #4C4C4C. Windows color (decimal): -9353971 or 869745. OLE color: 869745.
HSL color Cylindrical-coordinate representation of color #71450D: hue angle of 33.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71450D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 13 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.56 |
| HSL | 33.6º | 0.79% | 0.25% | - |
| HSV(B) | 33.6º | 0.88% | 0.44% | - |
| XYZ | 9.01 | 7.8 | 1.41 | - |
| YUV | 75.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 13 | 0 | 0.39 | 0.88 | 0.56 | 33.6 | 0.79 | 0.25 |
| Hex | 71 | 45 | D | 0 | 27 | 58 | 38 | 22 | 4F | 19 |
| Octal | 161 | 105 | 15 | 0 | 47 | 130 | 70 | 42 | 117 | 31 |
| Binary | 1110001 | 1000101 | 1101 | 0 | 100111 | 1011000 | 111000 | 100010 | 1001111 | 11001 |
Color Harmonies of #71450D
Complementary color
Monochromatic Colors of #71450D
Black with #71450D
Text Example
Text Example
White with #71450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71450D; }
p { color: rgb(113,69,13); }
H1.HeaderClassName
{
color: #71450D;
}
.AnyTagClassName
{
color: #71450D;
}
</style>
background-color css
<style>
a { background-color: #71450D; }
a { background-color: rgb(113,69,13); }
div.DivClassName
{
background-color: #71450D;
}
.BgClassName
{
background-color: #71450D;
}
</style>
border-color css
<style>
span { border-color: #71450D; }
span { border-color: rgb(113,69,13); }
td.TdClassName
{
border-color: #71450D;
}
.TagClassName
{
border-color: #71450D;
}
</style>