Shades of Raw Umber #71570F
Tints of Raw Umber #71570F
RGB
CMYK
RGB Variations
Color information
#71570F (or 0x71570F) is known color: Raw Umber. HEX triplet: 71, 57 and 0F. RGB value is (113,87,15). Sum of RGB (Red+Green+Blue) = 113+87+15=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71570F is #8EA8F0. Grayscale: #565656. Windows color (decimal): -9349361 or 1005425. OLE color: 1005425.
HSL color Cylindrical-coordinate representation of color #71570F: hue angle of 44.08º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71570F is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 15 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.56 |
| HSL | 44.08º | 0.77% | 0.25% | - |
| HSV(B) | 44.08º | 0.87% | 0.44% | - |
| XYZ | 10.3 | 10.36 | 1.91 | - |
| YUV | 86.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 15 | 0 | 0.23 | 0.87 | 0.56 | 44.08 | 0.77 | 0.25 |
| Hex | 71 | 57 | F | 0 | 17 | 57 | 38 | 2C | 4D | 19 |
| Octal | 161 | 127 | 17 | 0 | 27 | 127 | 70 | 54 | 115 | 31 |
| Binary | 1110001 | 1010111 | 1111 | 0 | 10111 | 1010111 | 111000 | 101100 | 1001101 | 11001 |
Color Harmonies of #71570F
Complementary color
Monochromatic Colors of #71570F
Black with #71570F
Text Example
Text Example
White with #71570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71570F; }
p { color: rgb(113,87,15); }
H1.HeaderClassName
{
color: #71570F;
}
.AnyTagClassName
{
color: #71570F;
}
</style>
background-color css
<style>
a { background-color: #71570F; }
a { background-color: rgb(113,87,15); }
div.DivClassName
{
background-color: #71570F;
}
.BgClassName
{
background-color: #71570F;
}
</style>
border-color css
<style>
span { border-color: #71570F; }
span { border-color: rgb(113,87,15); }
td.TdClassName
{
border-color: #71570F;
}
.TagClassName
{
border-color: #71570F;
}
</style>