Shades of Raw Umber #74460B
Tints of Raw Umber #74460B
RGB
CMYK
RGB Variations
Color information
#74460B (or 0x74460B) is known color: Raw Umber. HEX triplet: 74, 46 and 0B. RGB value is (116,70,11). Sum of RGB (Red+Green+Blue) = 116+70+11=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74460B is #8BB9F4. Grayscale: #4D4D4D. Windows color (decimal): -9157109 or 738932. OLE color: 738932.
HSL color Cylindrical-coordinate representation of color #74460B: hue angle of 33.71º 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 #74460B is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 11 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.55 |
| HSL | 33.71º | 0.83% | 0.25% | - |
| HSV(B) | 33.71º | 0.91% | 0.45% | - |
| XYZ | 9.45 | 8.12 | 1.39 | - |
| YUV | 77.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 11 | 0 | 0.40 | 0.91 | 0.55 | 33.71 | 0.83 | 0.25 |
| Hex | 74 | 46 | B | 0 | 28 | 5B | 37 | 22 | 53 | 19 |
| Octal | 164 | 106 | 13 | 0 | 50 | 133 | 67 | 42 | 123 | 31 |
| Binary | 1110100 | 1000110 | 1011 | 0 | 101000 | 1011011 | 110111 | 100010 | 1010011 | 11001 |
Color Harmonies of #74460B
Complementary color
Monochromatic Colors of #74460B
Black with #74460B
Text Example
Text Example
White with #74460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74460B; }
p { color: rgb(116,70,11); }
H1.HeaderClassName
{
color: #74460B;
}
.AnyTagClassName
{
color: #74460B;
}
</style>
background-color css
<style>
a { background-color: #74460B; }
a { background-color: rgb(116,70,11); }
div.DivClassName
{
background-color: #74460B;
}
.BgClassName
{
background-color: #74460B;
}
</style>
border-color css
<style>
span { border-color: #74460B; }
span { border-color: rgb(116,70,11); }
td.TdClassName
{
border-color: #74460B;
}
.TagClassName
{
border-color: #74460B;
}
</style>