Shades of Raw Umber #754E1D
Tints of Raw Umber #754E1D
RGB
CMYK
RGB Variations
Color information
#754E1D (or 0x754E1D) is known color: Raw Umber. HEX triplet: 75, 4E and 1D. RGB value is (117,78,29). Sum of RGB (Red+Green+Blue) = 117+78+29=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #754E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E1D is #8AB1E2. Grayscale: #545454. Windows color (decimal): -9089507 or 1920629. OLE color: 1920629.
HSL color Cylindrical-coordinate representation of color #754E1D: hue angle of 33.41º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #754E1D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 29 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.54 |
| HSL | 33.41º | 0.6% | 0.29% | - |
| HSV(B) | 33.41º | 0.75% | 0.46% | - |
| XYZ | 10.28 | 9.32 | 2.42 | - |
| YUV | 84.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 29 | 0 | 0.33 | 0.75 | 0.54 | 33.41 | 0.6 | 0.29 |
| Hex | 75 | 4E | 1D | 0 | 21 | 4B | 36 | 21 | 3C | 1D |
| Octal | 165 | 116 | 35 | 0 | 41 | 113 | 66 | 41 | 74 | 35 |
| Binary | 1110101 | 1001110 | 11101 | 0 | 100001 | 1001011 | 110110 | 100001 | 111100 | 11101 |
Color Harmonies of #754E1D
Complementary color
Monochromatic Colors of #754E1D
Black with #754E1D
Text Example
Text Example
White with #754E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E1D; }
p { color: rgb(117,78,29); }
H1.HeaderClassName
{
color: #754E1D;
}
.AnyTagClassName
{
color: #754E1D;
}
</style>
background-color css
<style>
a { background-color: #754E1D; }
a { background-color: rgb(117,78,29); }
div.DivClassName
{
background-color: #754E1D;
}
.BgClassName
{
background-color: #754E1D;
}
</style>
border-color css
<style>
span { border-color: #754E1D; }
span { border-color: rgb(117,78,29); }
td.TdClassName
{
border-color: #754E1D;
}
.TagClassName
{
border-color: #754E1D;
}
</style>