Shades of Raw Umber #754E0B
Tints of Raw Umber #754E0B
RGB
CMYK
RGB Variations
Color information
#754E0B (or 0x754E0B) is known color: Raw Umber. HEX triplet: 75, 4E and 0B. RGB value is (117,78,11). Sum of RGB (Red+Green+Blue) = 117+78+11=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #754E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E0B is #8AB1F4. Grayscale: #525252. Windows color (decimal): -9089525 or 740981. OLE color: 740981.
HSL color Cylindrical-coordinate representation of color #754E0B: hue angle of 37.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #754E0B is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 11 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.54 |
| HSL | 37.92º | 0.83% | 0.25% | - |
| HSV(B) | 37.92º | 0.91% | 0.46% | - |
| XYZ | 10.12 | 9.25 | 1.57 | - |
| YUV | 82.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 11 | 0 | 0.33 | 0.91 | 0.54 | 37.92 | 0.83 | 0.25 |
| Hex | 75 | 4E | B | 0 | 21 | 5B | 36 | 26 | 53 | 19 |
| Octal | 165 | 116 | 13 | 0 | 41 | 133 | 66 | 46 | 123 | 31 |
| Binary | 1110101 | 1001110 | 1011 | 0 | 100001 | 1011011 | 110110 | 100110 | 1010011 | 11001 |
Color Harmonies of #754E0B
Complementary color
Monochromatic Colors of #754E0B
Black with #754E0B
Text Example
Text Example
White with #754E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E0B; }
p { color: rgb(117,78,11); }
H1.HeaderClassName
{
color: #754E0B;
}
.AnyTagClassName
{
color: #754E0B;
}
</style>
background-color css
<style>
a { background-color: #754E0B; }
a { background-color: rgb(117,78,11); }
div.DivClassName
{
background-color: #754E0B;
}
.BgClassName
{
background-color: #754E0B;
}
</style>
border-color css
<style>
span { border-color: #754E0B; }
span { border-color: rgb(117,78,11); }
td.TdClassName
{
border-color: #754E0B;
}
.TagClassName
{
border-color: #754E0B;
}
</style>