Shades of Raw Umber #71530C
Tints of Raw Umber #71530C
RGB
CMYK
RGB Variations
Color information
#71530C (or 0x71530C) is known color: Raw Umber. HEX triplet: 71, 53 and 0C. RGB value is (113,83,12). Sum of RGB (Red+Green+Blue) = 113+83+12=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71530C is #8EACF3. Grayscale: #545454. Windows color (decimal): -9350388 or 807793. OLE color: 807793.
HSL color Cylindrical-coordinate representation of color #71530C: hue angle of 42.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71530C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 12 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.56 |
| HSL | 42.18º | 0.81% | 0.25% | - |
| HSV(B) | 42.18º | 0.89% | 0.44% | - |
| XYZ | 9.97 | 9.72 | 1.7 | - |
| YUV | 83.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 12 | 0 | 0.27 | 0.89 | 0.56 | 42.18 | 0.81 | 0.25 |
| Hex | 71 | 53 | C | 0 | 1B | 59 | 38 | 2A | 51 | 19 |
| Octal | 161 | 123 | 14 | 0 | 33 | 131 | 70 | 52 | 121 | 31 |
| Binary | 1110001 | 1010011 | 1100 | 0 | 11011 | 1011001 | 111000 | 101010 | 1010001 | 11001 |
Color Harmonies of #71530C
Complementary color
Monochromatic Colors of #71530C
Black with #71530C
Text Example
Text Example
White with #71530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71530C; }
p { color: rgb(113,83,12); }
H1.HeaderClassName
{
color: #71530C;
}
.AnyTagClassName
{
color: #71530C;
}
</style>
background-color css
<style>
a { background-color: #71530C; }
a { background-color: rgb(113,83,12); }
div.DivClassName
{
background-color: #71530C;
}
.BgClassName
{
background-color: #71530C;
}
</style>
border-color css
<style>
span { border-color: #71530C; }
span { border-color: rgb(113,83,12); }
td.TdClassName
{
border-color: #71530C;
}
.TagClassName
{
border-color: #71530C;
}
</style>