Shades of Raw Umber #754B1B
Tints of Raw Umber #754B1B
RGB
CMYK
RGB Variations
Color information
#754B1B (or 0x754B1B) is known color: Raw Umber. HEX triplet: 75, 4B and 1B. RGB value is (117,75,27). Sum of RGB (Red+Green+Blue) = 117+75+27=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #754B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B1B is #8AB4E4. Grayscale: #525252. Windows color (decimal): -9090277 or 1788789. OLE color: 1788789.
HSL color Cylindrical-coordinate representation of color #754B1B: hue angle of 32º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #754B1B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 27 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.54 |
| HSL | 32º | 0.63% | 0.28% | - |
| HSV(B) | 32º | 0.77% | 0.46% | - |
| XYZ | 10.05 | 8.89 | 2.22 | - |
| YUV | 82.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 27 | 0 | 0.36 | 0.77 | 0.54 | 32 | 0.63 | 0.28 |
| Hex | 75 | 4B | 1B | 0 | 24 | 4D | 36 | 20 | 3E | 1C |
| Octal | 165 | 113 | 33 | 0 | 44 | 115 | 66 | 40 | 76 | 34 |
| Binary | 1110101 | 1001011 | 11011 | 0 | 100100 | 1001101 | 110110 | 100000 | 111110 | 11100 |
Color Harmonies of #754B1B
Complementary color
Monochromatic Colors of #754B1B
Black with #754B1B
Text Example
Text Example
White with #754B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B1B; }
p { color: rgb(117,75,27); }
H1.HeaderClassName
{
color: #754B1B;
}
.AnyTagClassName
{
color: #754B1B;
}
</style>
background-color css
<style>
a { background-color: #754B1B; }
a { background-color: rgb(117,75,27); }
div.DivClassName
{
background-color: #754B1B;
}
.BgClassName
{
background-color: #754B1B;
}
</style>
border-color css
<style>
span { border-color: #754B1B; }
span { border-color: rgb(117,75,27); }
td.TdClassName
{
border-color: #754B1B;
}
.TagClassName
{
border-color: #754B1B;
}
</style>