Shades of Raw Umber #75501B
Tints of Raw Umber #75501B
RGB
CMYK
RGB Variations
Color information
#75501B (or 0x75501B) is known color: Raw Umber. HEX triplet: 75, 50 and 1B. RGB value is (117,80,27). Sum of RGB (Red+Green+Blue) = 117+80+27=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75501B is #8AAFE4. Grayscale: #555555. Windows color (decimal): -9088997 or 1790069. OLE color: 1790069.
HSL color Cylindrical-coordinate representation of color #75501B: hue angle of 35.33º 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 #75501B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 27 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.54 |
| HSL | 35.33º | 0.63% | 0.28% | - |
| HSV(B) | 35.33º | 0.77% | 0.46% | - |
| XYZ | 10.4 | 9.6 | 2.34 | - |
| YUV | 85.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 27 | 0 | 0.32 | 0.77 | 0.54 | 35.33 | 0.63 | 0.28 |
| Hex | 75 | 50 | 1B | 0 | 20 | 4D | 36 | 23 | 3E | 1C |
| Octal | 165 | 120 | 33 | 0 | 40 | 115 | 66 | 43 | 76 | 34 |
| Binary | 1110101 | 1010000 | 11011 | 0 | 100000 | 1001101 | 110110 | 100011 | 111110 | 11100 |
Color Harmonies of #75501B
Complementary color
Monochromatic Colors of #75501B
Black with #75501B
Text Example
Text Example
White with #75501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75501B; }
p { color: rgb(117,80,27); }
H1.HeaderClassName
{
color: #75501B;
}
.AnyTagClassName
{
color: #75501B;
}
</style>
background-color css
<style>
a { background-color: #75501B; }
a { background-color: rgb(117,80,27); }
div.DivClassName
{
background-color: #75501B;
}
.BgClassName
{
background-color: #75501B;
}
</style>
border-color css
<style>
span { border-color: #75501B; }
span { border-color: rgb(117,80,27); }
td.TdClassName
{
border-color: #75501B;
}
.TagClassName
{
border-color: #75501B;
}
</style>