Shades of Raw Umber #745409
Tints of Raw Umber #745409
RGB
CMYK
RGB Variations
Color information
#745409 (or 0x745409) is known color: Raw Umber. HEX triplet: 74, 54 and 09. RGB value is (116,84,9). Sum of RGB (Red+Green+Blue) = 116+84+9=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #745409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745409 is #8BABF6. Grayscale: #555555. Windows color (decimal): -9153527 or 611444. OLE color: 611444.
HSL color Cylindrical-coordinate representation of color #745409: hue angle of 42.06º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #745409 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 9 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.55 |
| HSL | 42.06º | 0.86% | 0.25% | - |
| HSV(B) | 42.06º | 0.92% | 0.45% | - |
| XYZ | 10.42 | 10.07 | 1.65 | - |
| YUV | 85.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 9 | 0 | 0.28 | 0.92 | 0.55 | 42.06 | 0.86 | 0.25 |
| Hex | 74 | 54 | 9 | 0 | 1C | 5C | 37 | 2A | 56 | 19 |
| Octal | 164 | 124 | 11 | 0 | 34 | 134 | 67 | 52 | 126 | 31 |
| Binary | 1110100 | 1010100 | 1001 | 0 | 11100 | 1011100 | 110111 | 101010 | 1010110 | 11001 |
Color Harmonies of #745409
Complementary color
Monochromatic Colors of #745409
Black with #745409
Text Example
Text Example
White with #745409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745409; }
p { color: rgb(116,84,9); }
H1.HeaderClassName
{
color: #745409;
}
.AnyTagClassName
{
color: #745409;
}
</style>
background-color css
<style>
a { background-color: #745409; }
a { background-color: rgb(116,84,9); }
div.DivClassName
{
background-color: #745409;
}
.BgClassName
{
background-color: #745409;
}
</style>
border-color css
<style>
span { border-color: #745409; }
span { border-color: rgb(116,84,9); }
td.TdClassName
{
border-color: #745409;
}
.TagClassName
{
border-color: #745409;
}
</style>