Shades of Raw Umber #74521D
Tints of Raw Umber #74521D
RGB
CMYK
RGB Variations
Color information
#74521D (or 0x74521D) is known color: Raw Umber. HEX triplet: 74, 52 and 1D. RGB value is (116,82,29). Sum of RGB (Red+Green+Blue) = 116+82+29=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74521D is #8BADE2. Grayscale: #565656. Windows color (decimal): -9154019 or 1921652. OLE color: 1921652.
HSL color Cylindrical-coordinate representation of color #74521D: hue angle of 36.55º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74521D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 29 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.55 |
| HSL | 36.55º | 0.6% | 0.28% | - |
| HSV(B) | 36.55º | 0.75% | 0.45% | - |
| XYZ | 10.44 | 9.84 | 2.51 | - |
| YUV | 86.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 29 | 0 | 0.29 | 0.75 | 0.55 | 36.55 | 0.6 | 0.28 |
| Hex | 74 | 52 | 1D | 0 | 1D | 4B | 37 | 25 | 3C | 1C |
| Octal | 164 | 122 | 35 | 0 | 35 | 113 | 67 | 45 | 74 | 34 |
| Binary | 1110100 | 1010010 | 11101 | 0 | 11101 | 1001011 | 110111 | 100101 | 111100 | 11100 |
Color Harmonies of #74521D
Complementary color
Monochromatic Colors of #74521D
Black with #74521D
Text Example
Text Example
White with #74521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74521D; }
p { color: rgb(116,82,29); }
H1.HeaderClassName
{
color: #74521D;
}
.AnyTagClassName
{
color: #74521D;
}
</style>
background-color css
<style>
a { background-color: #74521D; }
a { background-color: rgb(116,82,29); }
div.DivClassName
{
background-color: #74521D;
}
.BgClassName
{
background-color: #74521D;
}
</style>
border-color css
<style>
span { border-color: #74521D; }
span { border-color: rgb(116,82,29); }
td.TdClassName
{
border-color: #74521D;
}
.TagClassName
{
border-color: #74521D;
}
</style>