Shades of Raw Umber #71430A
Tints of Raw Umber #71430A
RGB
CMYK
RGB Variations
Color information
#71430A (or 0x71430A) is known color: Raw Umber. HEX triplet: 71, 43 and 0A. RGB value is (113,67,10). Sum of RGB (Red+Green+Blue) = 113+67+10=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71430A is #8EBCF5. Grayscale: #4A4A4A. Windows color (decimal): -9354486 or 672625. OLE color: 672625.
HSL color Cylindrical-coordinate representation of color #71430A: hue angle of 33.2º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71430A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 10 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.56 |
| HSL | 33.2º | 0.84% | 0.24% | - |
| HSV(B) | 33.2º | 0.91% | 0.44% | - |
| XYZ | 8.87 | 7.55 | 1.28 | - |
| YUV | 74.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 10 | 0 | 0.41 | 0.91 | 0.56 | 33.2 | 0.84 | 0.24 |
| Hex | 71 | 43 | A | 0 | 29 | 5B | 38 | 21 | 54 | 18 |
| Octal | 161 | 103 | 12 | 0 | 51 | 133 | 70 | 41 | 124 | 30 |
| Binary | 1110001 | 1000011 | 1010 | 0 | 101001 | 1011011 | 111000 | 100001 | 1010100 | 11000 |
Color Harmonies of #71430A
Complementary color
Monochromatic Colors of #71430A
Black with #71430A
Text Example
Text Example
White with #71430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71430A; }
p { color: rgb(113,67,10); }
H1.HeaderClassName
{
color: #71430A;
}
.AnyTagClassName
{
color: #71430A;
}
</style>
background-color css
<style>
a { background-color: #71430A; }
a { background-color: rgb(113,67,10); }
div.DivClassName
{
background-color: #71430A;
}
.BgClassName
{
background-color: #71430A;
}
</style>
border-color css
<style>
span { border-color: #71430A; }
span { border-color: rgb(113,67,10); }
td.TdClassName
{
border-color: #71430A;
}
.TagClassName
{
border-color: #71430A;
}
</style>