Shades of Raw Umber #755F09
Tints of Raw Umber #755F09
RGB
CMYK
RGB Variations
Color information
#755F09 (or 0x755F09) is known color: Raw Umber. HEX triplet: 75, 5F and 09. RGB value is (117,95,9). Sum of RGB (Red+Green+Blue) = 117+95+9=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #755F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F09 is #8AA0F6. Grayscale: #5C5C5C. Windows color (decimal): -9085175 or 614261. OLE color: 614261.
HSL color Cylindrical-coordinate representation of color #755F09: hue angle of 47.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #755F09 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 9 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.54 |
| HSL | 47.78º | 0.86% | 0.25% | - |
| HSV(B) | 47.78º | 0.92% | 0.46% | - |
| XYZ | 11.48 | 11.99 | 1.97 | - |
| YUV | 91.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 9 | 0 | 0.19 | 0.92 | 0.54 | 47.78 | 0.86 | 0.25 |
| Hex | 75 | 5F | 9 | 0 | 13 | 5C | 36 | 30 | 56 | 19 |
| Octal | 165 | 137 | 11 | 0 | 23 | 134 | 66 | 60 | 126 | 31 |
| Binary | 1110101 | 1011111 | 1001 | 0 | 10011 | 1011100 | 110110 | 110000 | 1010110 | 11001 |
Color Harmonies of #755F09
Complementary color
Monochromatic Colors of #755F09
Black with #755F09
Text Example
Text Example
White with #755F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F09; }
p { color: rgb(117,95,9); }
H1.HeaderClassName
{
color: #755F09;
}
.AnyTagClassName
{
color: #755F09;
}
</style>
background-color css
<style>
a { background-color: #755F09; }
a { background-color: rgb(117,95,9); }
div.DivClassName
{
background-color: #755F09;
}
.BgClassName
{
background-color: #755F09;
}
</style>
border-color css
<style>
span { border-color: #755F09; }
span { border-color: rgb(117,95,9); }
td.TdClassName
{
border-color: #755F09;
}
.TagClassName
{
border-color: #755F09;
}
</style>