Shades of Raw Umber #795B00
Tints of Raw Umber #795B00
RGB
CMYK
RGB Variations
Color information
#795B00 (or 0x795B00) is known color: Raw Umber. HEX triplet: 79, 5B and 00. RGB value is (121,91,0). Sum of RGB (Red+Green+Blue) = 121+91+0=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #795B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795B00 is #86A4FF. Grayscale: #595959. Windows color (decimal): -8824064 or 23417. OLE color: 23417.
HSL color Cylindrical-coordinate representation of color #795B00: hue angle of 45.12º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #795B00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.53 |
| HSL | 45.12º | 1% | 0.24% | - |
| HSV(B) | 45.12º | 1% | 0.47% | - |
| XYZ | 11.63 | 11.55 | 1.62 | - |
| YUV | 89.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 0 | 0 | 0.25 | 1 | 0.53 | 45.12 | 1 | 0.24 |
| Hex | 79 | 5B | 0 | 0 | 19 | 64 | 35 | 2D | 64 | 18 |
| Octal | 171 | 133 | 0 | 0 | 31 | 144 | 65 | 55 | 144 | 30 |
| Binary | 1111001 | 1011011 | 0 | 0 | 11001 | 1100100 | 110101 | 101101 | 1100100 | 11000 |
Color Harmonies of #795B00
Complementary color
Monochromatic Colors of #795B00
Black with #795B00
Text Example
Text Example
White with #795B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B00; }
p { color: rgb(121,91,0); }
H1.HeaderClassName
{
color: #795B00;
}
.AnyTagClassName
{
color: #795B00;
}
</style>
background-color css
<style>
a { background-color: #795B00; }
a { background-color: rgb(121,91,0); }
div.DivClassName
{
background-color: #795B00;
}
.BgClassName
{
background-color: #795B00;
}
</style>
border-color css
<style>
span { border-color: #795B00; }
span { border-color: rgb(121,91,0); }
td.TdClassName
{
border-color: #795B00;
}
.TagClassName
{
border-color: #795B00;
}
</style>