Shades of Raw Umber #74540F
Tints of Raw Umber #74540F
RGB
CMYK
RGB Variations
Color information
#74540F (or 0x74540F) is known color: Raw Umber. HEX triplet: 74, 54 and 0F. RGB value is (116,84,15). Sum of RGB (Red+Green+Blue) = 116+84+15=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74540F is #8BABF0. Grayscale: #565656. Windows color (decimal): -9153521 or 1004660. OLE color: 1004660.
HSL color Cylindrical-coordinate representation of color #74540F: hue angle of 40.99º 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 #74540F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 15 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.55 |
| HSL | 40.99º | 0.77% | 0.26% | - |
| HSV(B) | 40.99º | 0.87% | 0.45% | - |
| XYZ | 10.46 | 10.09 | 1.85 | - |
| YUV | 85.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 15 | 0 | 0.28 | 0.87 | 0.55 | 40.99 | 0.77 | 0.26 |
| Hex | 74 | 54 | F | 0 | 1C | 57 | 37 | 29 | 4D | 1A |
| Octal | 164 | 124 | 17 | 0 | 34 | 127 | 67 | 51 | 115 | 32 |
| Binary | 1110100 | 1010100 | 1111 | 0 | 11100 | 1010111 | 110111 | 101001 | 1001101 | 11010 |
Color Harmonies of #74540F
Complementary color
Monochromatic Colors of #74540F
Black with #74540F
Text Example
Text Example
White with #74540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74540F; }
p { color: rgb(116,84,15); }
H1.HeaderClassName
{
color: #74540F;
}
.AnyTagClassName
{
color: #74540F;
}
</style>
background-color css
<style>
a { background-color: #74540F; }
a { background-color: rgb(116,84,15); }
div.DivClassName
{
background-color: #74540F;
}
.BgClassName
{
background-color: #74540F;
}
</style>
border-color css
<style>
span { border-color: #74540F; }
span { border-color: rgb(116,84,15); }
td.TdClassName
{
border-color: #74540F;
}
.TagClassName
{
border-color: #74540F;
}
</style>