Shades of Raw Umber #75580B
Tints of Raw Umber #75580B
RGB
CMYK
RGB Variations
Color information
#75580B (or 0x75580B) is known color: Raw Umber. HEX triplet: 75, 58 and 0B. RGB value is (117,88,11). Sum of RGB (Red+Green+Blue) = 117+88+11=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75580B is #8AA7F4. Grayscale: #585858. Windows color (decimal): -9086965 or 743541. OLE color: 743541.
HSL color Cylindrical-coordinate representation of color #75580B: hue angle of 43.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75580B is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 11 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.54 |
| HSL | 43.58º | 0.83% | 0.25% | - |
| HSV(B) | 43.58º | 0.91% | 0.46% | - |
| XYZ | 10.89 | 10.79 | 1.82 | - |
| YUV | 87.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 11 | 0 | 0.25 | 0.91 | 0.54 | 43.58 | 0.83 | 0.25 |
| Hex | 75 | 58 | B | 0 | 19 | 5B | 36 | 2C | 53 | 19 |
| Octal | 165 | 130 | 13 | 0 | 31 | 133 | 66 | 54 | 123 | 31 |
| Binary | 1110101 | 1011000 | 1011 | 0 | 11001 | 1011011 | 110110 | 101100 | 1010011 | 11001 |
Color Harmonies of #75580B
Complementary color
Monochromatic Colors of #75580B
Black with #75580B
Text Example
Text Example
White with #75580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75580B; }
p { color: rgb(117,88,11); }
H1.HeaderClassName
{
color: #75580B;
}
.AnyTagClassName
{
color: #75580B;
}
</style>
background-color css
<style>
a { background-color: #75580B; }
a { background-color: rgb(117,88,11); }
div.DivClassName
{
background-color: #75580B;
}
.BgClassName
{
background-color: #75580B;
}
</style>
border-color css
<style>
span { border-color: #75580B; }
span { border-color: rgb(117,88,11); }
td.TdClassName
{
border-color: #75580B;
}
.TagClassName
{
border-color: #75580B;
}
</style>