Shades of Raw Umber #71430F
Tints of Raw Umber #71430F
RGB
CMYK
RGB Variations
Color information
#71430F (or 0x71430F) is known color: Raw Umber. HEX triplet: 71, 43 and 0F. RGB value is (113,67,15). Sum of RGB (Red+Green+Blue) = 113+67+15=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71430F is #8EBCF0. Grayscale: #4B4B4B. Windows color (decimal): -9354481 or 1000305. OLE color: 1000305.
HSL color Cylindrical-coordinate representation of color #71430F: hue angle of 31.84º 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 #71430F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 15 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.56 |
| HSL | 31.84º | 0.77% | 0.25% | - |
| HSV(B) | 31.84º | 0.87% | 0.44% | - |
| XYZ | 8.9 | 7.56 | 1.44 | - |
| YUV | 74.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 15 | 0 | 0.41 | 0.87 | 0.56 | 31.84 | 0.77 | 0.25 |
| Hex | 71 | 43 | F | 0 | 29 | 57 | 38 | 20 | 4D | 19 |
| Octal | 161 | 103 | 17 | 0 | 51 | 127 | 70 | 40 | 115 | 31 |
| Binary | 1110001 | 1000011 | 1111 | 0 | 101001 | 1010111 | 111000 | 100000 | 1001101 | 11001 |
Color Harmonies of #71430F
Complementary color
Monochromatic Colors of #71430F
Black with #71430F
Text Example
Text Example
White with #71430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71430F; }
p { color: rgb(113,67,15); }
H1.HeaderClassName
{
color: #71430F;
}
.AnyTagClassName
{
color: #71430F;
}
</style>
background-color css
<style>
a { background-color: #71430F; }
a { background-color: rgb(113,67,15); }
div.DivClassName
{
background-color: #71430F;
}
.BgClassName
{
background-color: #71430F;
}
</style>
border-color css
<style>
span { border-color: #71430F; }
span { border-color: rgb(113,67,15); }
td.TdClassName
{
border-color: #71430F;
}
.TagClassName
{
border-color: #71430F;
}
</style>