Shades of Raw Umber #74460F
Tints of Raw Umber #74460F
RGB
CMYK
RGB Variations
Color information
#74460F (or 0x74460F) is known color: Raw Umber. HEX triplet: 74, 46 and 0F. RGB value is (116,70,15). Sum of RGB (Red+Green+Blue) = 116+70+15=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74460F is #8BB9F0. Grayscale: #4D4D4D. Windows color (decimal): -9157105 or 1001076. OLE color: 1001076.
HSL color Cylindrical-coordinate representation of color #74460F: hue angle of 32.67º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74460F is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 15 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.55 |
| HSL | 32.67º | 0.77% | 0.26% | - |
| HSV(B) | 32.67º | 0.87% | 0.45% | - |
| XYZ | 9.48 | 8.13 | 1.52 | - |
| YUV | 77.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 15 | 0 | 0.40 | 0.87 | 0.55 | 32.67 | 0.77 | 0.26 |
| Hex | 74 | 46 | F | 0 | 28 | 57 | 37 | 21 | 4D | 1A |
| Octal | 164 | 106 | 17 | 0 | 50 | 127 | 67 | 41 | 115 | 32 |
| Binary | 1110100 | 1000110 | 1111 | 0 | 101000 | 1010111 | 110111 | 100001 | 1001101 | 11010 |
Color Harmonies of #74460F
Complementary color
Monochromatic Colors of #74460F
Black with #74460F
Text Example
Text Example
White with #74460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74460F; }
p { color: rgb(116,70,15); }
H1.HeaderClassName
{
color: #74460F;
}
.AnyTagClassName
{
color: #74460F;
}
</style>
background-color css
<style>
a { background-color: #74460F; }
a { background-color: rgb(116,70,15); }
div.DivClassName
{
background-color: #74460F;
}
.BgClassName
{
background-color: #74460F;
}
</style>
border-color css
<style>
span { border-color: #74460F; }
span { border-color: rgb(116,70,15); }
td.TdClassName
{
border-color: #74460F;
}
.TagClassName
{
border-color: #74460F;
}
</style>