Shades of Raw Umber #75511B
Tints of Raw Umber #75511B
RGB
CMYK
RGB Variations
Color information
#75511B (or 0x75511B) is known color: Raw Umber. HEX triplet: 75, 51 and 1B. RGB value is (117,81,27). Sum of RGB (Red+Green+Blue) = 117+81+27=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75511B is #8AAEE4. Grayscale: #555555. Windows color (decimal): -9088741 or 1790325. OLE color: 1790325.
HSL color Cylindrical-coordinate representation of color #75511B: hue angle of 36º 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 #75511B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 27 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.54 |
| HSL | 36º | 0.63% | 0.28% | - |
| HSV(B) | 36º | 0.77% | 0.46% | - |
| XYZ | 10.48 | 9.75 | 2.37 | - |
| YUV | 85.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 27 | 0 | 0.31 | 0.77 | 0.54 | 36 | 0.63 | 0.28 |
| Hex | 75 | 51 | 1B | 0 | 1F | 4D | 36 | 24 | 3E | 1C |
| Octal | 165 | 121 | 33 | 0 | 37 | 115 | 66 | 44 | 76 | 34 |
| Binary | 1110101 | 1010001 | 11011 | 0 | 11111 | 1001101 | 110110 | 100100 | 111110 | 11100 |
Color Harmonies of #75511B
Complementary color
Monochromatic Colors of #75511B
Black with #75511B
Text Example
Text Example
White with #75511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75511B; }
p { color: rgb(117,81,27); }
H1.HeaderClassName
{
color: #75511B;
}
.AnyTagClassName
{
color: #75511B;
}
</style>
background-color css
<style>
a { background-color: #75511B; }
a { background-color: rgb(117,81,27); }
div.DivClassName
{
background-color: #75511B;
}
.BgClassName
{
background-color: #75511B;
}
</style>
border-color css
<style>
span { border-color: #75511B; }
span { border-color: rgb(117,81,27); }
td.TdClassName
{
border-color: #75511B;
}
.TagClassName
{
border-color: #75511B;
}
</style>