Shades of Raw Umber #74510A
Tints of Raw Umber #74510A
RGB
CMYK
RGB Variations
Color information
#74510A (or 0x74510A) is known color: Raw Umber. HEX triplet: 74, 51 and 0A. RGB value is (116,81,10). Sum of RGB (Red+Green+Blue) = 116+81+10=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74510A is #8BAEF5. Grayscale: #535353. Windows color (decimal): -9154294 or 676212. OLE color: 676212.
HSL color Cylindrical-coordinate representation of color #74510A: hue angle of 40.19º degrees, saturation: 0.84, 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 #74510A is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 10 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.55 |
| HSL | 40.19º | 0.84% | 0.25% | - |
| HSV(B) | 40.19º | 0.91% | 0.45% | - |
| XYZ | 10.2 | 9.62 | 1.61 | - |
| YUV | 83.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 10 | 0 | 0.30 | 0.91 | 0.55 | 40.19 | 0.84 | 0.25 |
| Hex | 74 | 51 | A | 0 | 1E | 5B | 37 | 28 | 54 | 19 |
| Octal | 164 | 121 | 12 | 0 | 36 | 133 | 67 | 50 | 124 | 31 |
| Binary | 1110100 | 1010001 | 1010 | 0 | 11110 | 1011011 | 110111 | 101000 | 1010100 | 11001 |
Color Harmonies of #74510A
Complementary color
Monochromatic Colors of #74510A
Black with #74510A
Text Example
Text Example
White with #74510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74510A; }
p { color: rgb(116,81,10); }
H1.HeaderClassName
{
color: #74510A;
}
.AnyTagClassName
{
color: #74510A;
}
</style>
background-color css
<style>
a { background-color: #74510A; }
a { background-color: rgb(116,81,10); }
div.DivClassName
{
background-color: #74510A;
}
.BgClassName
{
background-color: #74510A;
}
</style>
border-color css
<style>
span { border-color: #74510A; }
span { border-color: rgb(116,81,10); }
td.TdClassName
{
border-color: #74510A;
}
.TagClassName
{
border-color: #74510A;
}
</style>