Shades of Raw Umber #713D08
Tints of Raw Umber #713D08
RGB
CMYK
RGB Variations
Color information
#713D08 (or 0x713D08) is known color: Raw Umber. HEX triplet: 71, 3D and 08. RGB value is (113,61,8). Sum of RGB (Red+Green+Blue) = 113+61+8=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #713D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D08 is #8EC2F7. Grayscale: #464646. Windows color (decimal): -9356024 or 540017. OLE color: 540017.
HSL color Cylindrical-coordinate representation of color #713D08: hue angle of 30.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #713D08 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 8 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.56 |
| HSL | 30.29º | 0.87% | 0.24% | - |
| HSV(B) | 30.29º | 0.93% | 0.44% | - |
| XYZ | 8.52 | 6.87 | 1.11 | - |
| YUV | 70.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 8 | 0 | 0.46 | 0.93 | 0.56 | 30.29 | 0.87 | 0.24 |
| Hex | 71 | 3D | 8 | 0 | 2E | 5D | 38 | 1E | 57 | 18 |
| Octal | 161 | 75 | 10 | 0 | 56 | 135 | 70 | 36 | 127 | 30 |
| Binary | 1110001 | 111101 | 1000 | 0 | 101110 | 1011101 | 111000 | 11110 | 1010111 | 11000 |
Color Harmonies of #713D08
Complementary color
Monochromatic Colors of #713D08
Black with #713D08
Text Example
Text Example
White with #713D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D08; }
p { color: rgb(113,61,8); }
H1.HeaderClassName
{
color: #713D08;
}
.AnyTagClassName
{
color: #713D08;
}
</style>
background-color css
<style>
a { background-color: #713D08; }
a { background-color: rgb(113,61,8); }
div.DivClassName
{
background-color: #713D08;
}
.BgClassName
{
background-color: #713D08;
}
</style>
border-color css
<style>
span { border-color: #713D08; }
span { border-color: rgb(113,61,8); }
td.TdClassName
{
border-color: #713D08;
}
.TagClassName
{
border-color: #713D08;
}
</style>