Shades of Raw Umber #765A18
Tints of Raw Umber #765A18
RGB
CMYK
RGB Variations
Color information
#765A18 (or 0x765A18) is known color: Raw Umber. HEX triplet: 76, 5A and 18. RGB value is (118,90,24). Sum of RGB (Red+Green+Blue) = 118+90+24=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #765A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A18 is #89A5E7. Grayscale: #5B5B5B. Windows color (decimal): -9020904 or 1596022. OLE color: 1596022.
HSL color Cylindrical-coordinate representation of color #765A18: hue angle of 42.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #765A18 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 24 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.54 |
| HSL | 42.13º | 0.66% | 0.28% | - |
| HSV(B) | 42.13º | 0.8% | 0.46% | - |
| XYZ | 11.29 | 11.23 | 2.44 | - |
| YUV | 90.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 24 | 0 | 0.24 | 0.80 | 0.54 | 42.13 | 0.66 | 0.28 |
| Hex | 76 | 5A | 18 | 0 | 18 | 50 | 36 | 2A | 42 | 1C |
| Octal | 166 | 132 | 30 | 0 | 30 | 120 | 66 | 52 | 102 | 34 |
| Binary | 1110110 | 1011010 | 11000 | 0 | 11000 | 1010000 | 110110 | 101010 | 1000010 | 11100 |
Color Harmonies of #765A18
Complementary color
Monochromatic Colors of #765A18
Black with #765A18
Text Example
Text Example
White with #765A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A18; }
p { color: rgb(118,90,24); }
H1.HeaderClassName
{
color: #765A18;
}
.AnyTagClassName
{
color: #765A18;
}
</style>
background-color css
<style>
a { background-color: #765A18; }
a { background-color: rgb(118,90,24); }
div.DivClassName
{
background-color: #765A18;
}
.BgClassName
{
background-color: #765A18;
}
</style>
border-color css
<style>
span { border-color: #765A18; }
span { border-color: rgb(118,90,24); }
td.TdClassName
{
border-color: #765A18;
}
.TagClassName
{
border-color: #765A18;
}
</style>