Shades of Raw Umber #74511C
Tints of Raw Umber #74511C
RGB
CMYK
RGB Variations
Color information
#74511C (or 0x74511C) is known color: Raw Umber. HEX triplet: 74, 51 and 1C. RGB value is (116,81,28). Sum of RGB (Red+Green+Blue) = 116+81+28=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74511C is #8BAEE3. Grayscale: #555555. Windows color (decimal): -9154276 or 1855860. OLE color: 1855860.
HSL color Cylindrical-coordinate representation of color #74511C: hue angle of 36.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74511C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 28 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.55 |
| HSL | 36.14º | 0.61% | 0.28% | - |
| HSV(B) | 36.14º | 0.76% | 0.45% | - |
| XYZ | 10.35 | 9.68 | 2.42 | - |
| YUV | 85.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 28 | 0 | 0.30 | 0.76 | 0.55 | 36.14 | 0.61 | 0.28 |
| Hex | 74 | 51 | 1C | 0 | 1E | 4C | 37 | 24 | 3D | 1C |
| Octal | 164 | 121 | 34 | 0 | 36 | 114 | 67 | 44 | 75 | 34 |
| Binary | 1110100 | 1010001 | 11100 | 0 | 11110 | 1001100 | 110111 | 100100 | 111101 | 11100 |
Color Harmonies of #74511C
Complementary color
Monochromatic Colors of #74511C
Black with #74511C
Text Example
Text Example
White with #74511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74511C; }
p { color: rgb(116,81,28); }
H1.HeaderClassName
{
color: #74511C;
}
.AnyTagClassName
{
color: #74511C;
}
</style>
background-color css
<style>
a { background-color: #74511C; }
a { background-color: rgb(116,81,28); }
div.DivClassName
{
background-color: #74511C;
}
.BgClassName
{
background-color: #74511C;
}
</style>
border-color css
<style>
span { border-color: #74511C; }
span { border-color: rgb(116,81,28); }
td.TdClassName
{
border-color: #74511C;
}
.TagClassName
{
border-color: #74511C;
}
</style>