Shades of Raw Umber #754B18
Tints of Raw Umber #754B18
RGB
CMYK
RGB Variations
Color information
#754B18 (or 0x754B18) is known color: Raw Umber. HEX triplet: 75, 4B and 18. RGB value is (117,75,24). Sum of RGB (Red+Green+Blue) = 117+75+24=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #754B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B18 is #8AB4E7. Grayscale: #515151. Windows color (decimal): -9090280 or 1592181. OLE color: 1592181.
HSL color Cylindrical-coordinate representation of color #754B18: hue angle of 32.9º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754B18 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 24 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.54 |
| HSL | 32.9º | 0.66% | 0.28% | - |
| HSV(B) | 32.9º | 0.79% | 0.46% | - |
| XYZ | 10.02 | 8.88 | 2.05 | - |
| YUV | 81.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 24 | 0 | 0.36 | 0.79 | 0.54 | 32.9 | 0.66 | 0.28 |
| Hex | 75 | 4B | 18 | 0 | 24 | 4F | 36 | 21 | 42 | 1C |
| Octal | 165 | 113 | 30 | 0 | 44 | 117 | 66 | 41 | 102 | 34 |
| Binary | 1110101 | 1001011 | 11000 | 0 | 100100 | 1001111 | 110110 | 100001 | 1000010 | 11100 |
Color Harmonies of #754B18
Complementary color
Monochromatic Colors of #754B18
Black with #754B18
Text Example
Text Example
White with #754B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B18; }
p { color: rgb(117,75,24); }
H1.HeaderClassName
{
color: #754B18;
}
.AnyTagClassName
{
color: #754B18;
}
</style>
background-color css
<style>
a { background-color: #754B18; }
a { background-color: rgb(117,75,24); }
div.DivClassName
{
background-color: #754B18;
}
.BgClassName
{
background-color: #754B18;
}
</style>
border-color css
<style>
span { border-color: #754B18; }
span { border-color: rgb(117,75,24); }
td.TdClassName
{
border-color: #754B18;
}
.TagClassName
{
border-color: #754B18;
}
</style>