Shades of Raw Umber #74520D
Tints of Raw Umber #74520D
RGB
CMYK
RGB Variations
Color information
#74520D (or 0x74520D) is known color: Raw Umber. HEX triplet: 74, 52 and 0D. RGB value is (116,82,13). Sum of RGB (Red+Green+Blue) = 116+82+13=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74520D is #8BADF2. Grayscale: #545454. Windows color (decimal): -9154035 or 873076. OLE color: 873076.
HSL color Cylindrical-coordinate representation of color #74520D: hue angle of 40.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74520D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 13 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.55 |
| HSL | 40.19º | 0.8% | 0.25% | - |
| HSV(B) | 40.19º | 0.89% | 0.45% | - |
| XYZ | 10.29 | 9.78 | 1.73 | - |
| YUV | 84.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 13 | 0 | 0.29 | 0.89 | 0.55 | 40.19 | 0.8 | 0.25 |
| Hex | 74 | 52 | D | 0 | 1D | 59 | 37 | 28 | 50 | 19 |
| Octal | 164 | 122 | 15 | 0 | 35 | 131 | 67 | 50 | 120 | 31 |
| Binary | 1110100 | 1010010 | 1101 | 0 | 11101 | 1011001 | 110111 | 101000 | 1010000 | 11001 |
Color Harmonies of #74520D
Complementary color
Monochromatic Colors of #74520D
Black with #74520D
Text Example
Text Example
White with #74520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74520D; }
p { color: rgb(116,82,13); }
H1.HeaderClassName
{
color: #74520D;
}
.AnyTagClassName
{
color: #74520D;
}
</style>
background-color css
<style>
a { background-color: #74520D; }
a { background-color: rgb(116,82,13); }
div.DivClassName
{
background-color: #74520D;
}
.BgClassName
{
background-color: #74520D;
}
</style>
border-color css
<style>
span { border-color: #74520D; }
span { border-color: rgb(116,82,13); }
td.TdClassName
{
border-color: #74520D;
}
.TagClassName
{
border-color: #74520D;
}
</style>