Shades of Raw Umber #74400B
Tints of Raw Umber #74400B
RGB
CMYK
RGB Variations
Color information
#74400B (or 0x74400B) is known color: Raw Umber. HEX triplet: 74, 40 and 0B. RGB value is (116,64,11). Sum of RGB (Red+Green+Blue) = 116+64+11=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #74400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74400B is #8BBFF4. Grayscale: #494949. Windows color (decimal): -9158645 or 737396. OLE color: 737396.
HSL color Cylindrical-coordinate representation of color #74400B: hue angle of 30.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74400B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 11 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.55 |
| HSL | 30.29º | 0.83% | 0.25% | - |
| HSV(B) | 30.29º | 0.91% | 0.45% | - |
| XYZ | 9.1 | 7.4 | 1.27 | - |
| YUV | 73.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 11 | 0 | 0.45 | 0.91 | 0.55 | 30.29 | 0.83 | 0.25 |
| Hex | 74 | 40 | B | 0 | 2D | 5B | 37 | 1E | 53 | 19 |
| Octal | 164 | 100 | 13 | 0 | 55 | 133 | 67 | 36 | 123 | 31 |
| Binary | 1110100 | 1000000 | 1011 | 0 | 101101 | 1011011 | 110111 | 11110 | 1010011 | 11001 |
Color Harmonies of #74400B
Complementary color
Monochromatic Colors of #74400B
Black with #74400B
Text Example
Text Example
White with #74400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74400B; }
p { color: rgb(116,64,11); }
H1.HeaderClassName
{
color: #74400B;
}
.AnyTagClassName
{
color: #74400B;
}
</style>
background-color css
<style>
a { background-color: #74400B; }
a { background-color: rgb(116,64,11); }
div.DivClassName
{
background-color: #74400B;
}
.BgClassName
{
background-color: #74400B;
}
</style>
border-color css
<style>
span { border-color: #74400B; }
span { border-color: rgb(116,64,11); }
td.TdClassName
{
border-color: #74400B;
}
.TagClassName
{
border-color: #74400B;
}
</style>