Shades of Raw Umber #745206
Tints of Raw Umber #745206
RGB
CMYK
RGB Variations
Color information
#745206 (or 0x745206) is known color: Raw Umber. HEX triplet: 74, 52 and 06. RGB value is (116,82,6). Sum of RGB (Red+Green+Blue) = 116+82+6=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #745206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745206 is #8BADF9. Grayscale: #535353. Windows color (decimal): -9154042 or 414324. OLE color: 414324.
HSL color Cylindrical-coordinate representation of color #745206: hue angle of 41.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #745206 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 6 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.55 |
| HSL | 41.45º | 0.9% | 0.24% | - |
| HSV(B) | 41.45º | 0.95% | 0.45% | - |
| XYZ | 10.25 | 9.76 | 1.52 | - |
| YUV | 83.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 6 | 0 | 0.29 | 0.95 | 0.55 | 41.45 | 0.9 | 0.24 |
| Hex | 74 | 52 | 6 | 0 | 1D | 5F | 37 | 29 | 5A | 18 |
| Octal | 164 | 122 | 6 | 0 | 35 | 137 | 67 | 51 | 132 | 30 |
| Binary | 1110100 | 1010010 | 110 | 0 | 11101 | 1011111 | 110111 | 101001 | 1011010 | 11000 |
Color Harmonies of #745206
Complementary color
Monochromatic Colors of #745206
Black with #745206
Text Example
Text Example
White with #745206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745206; }
p { color: rgb(116,82,6); }
H1.HeaderClassName
{
color: #745206;
}
.AnyTagClassName
{
color: #745206;
}
</style>
background-color css
<style>
a { background-color: #745206; }
a { background-color: rgb(116,82,6); }
div.DivClassName
{
background-color: #745206;
}
.BgClassName
{
background-color: #745206;
}
</style>
border-color css
<style>
span { border-color: #745206; }
span { border-color: rgb(116,82,6); }
td.TdClassName
{
border-color: #745206;
}
.TagClassName
{
border-color: #745206;
}
</style>