Shades of Raw Umber #745507
Tints of Raw Umber #745507
RGB
CMYK
RGB Variations
Color information
#745507 (or 0x745507) is known color: Raw Umber. HEX triplet: 74, 55 and 07. RGB value is (116,85,7). Sum of RGB (Red+Green+Blue) = 116+85+7=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #745507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745507 is #8BAAF8. Grayscale: #555555. Windows color (decimal): -9153273 or 480628. OLE color: 480628.
HSL color Cylindrical-coordinate representation of color #745507: hue angle of 42.94º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #745507 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 7 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.55 |
| HSL | 42.94º | 0.89% | 0.24% | - |
| HSV(B) | 42.94º | 0.94% | 0.45% | - |
| XYZ | 10.49 | 10.23 | 1.62 | - |
| YUV | 85.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 7 | 0 | 0.27 | 0.94 | 0.55 | 42.94 | 0.89 | 0.24 |
| Hex | 74 | 55 | 7 | 0 | 1B | 5E | 37 | 2B | 59 | 18 |
| Octal | 164 | 125 | 7 | 0 | 33 | 136 | 67 | 53 | 131 | 30 |
| Binary | 1110100 | 1010101 | 111 | 0 | 11011 | 1011110 | 110111 | 101011 | 1011001 | 11000 |
Color Harmonies of #745507
Complementary color
Monochromatic Colors of #745507
Black with #745507
Text Example
Text Example
White with #745507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745507; }
p { color: rgb(116,85,7); }
H1.HeaderClassName
{
color: #745507;
}
.AnyTagClassName
{
color: #745507;
}
</style>
background-color css
<style>
a { background-color: #745507; }
a { background-color: rgb(116,85,7); }
div.DivClassName
{
background-color: #745507;
}
.BgClassName
{
background-color: #745507;
}
</style>
border-color css
<style>
span { border-color: #745507; }
span { border-color: rgb(116,85,7); }
td.TdClassName
{
border-color: #745507;
}
.TagClassName
{
border-color: #745507;
}
</style>