Shades of Raw Umber #763E10
Tints of Raw Umber #763E10
RGB
CMYK
RGB Variations
Color information
#763E10 (or 0x763E10) is known color: Raw Umber. HEX triplet: 76, 3E and 10. RGB value is (118,62,16). Sum of RGB (Red+Green+Blue) = 118+62+16=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E10 is #89C1EF. Grayscale: #494949. Windows color (decimal): -9028080 or 1064566. OLE color: 1064566.
HSL color Cylindrical-coordinate representation of color #763E10: hue angle of 27.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763E10 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 16 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.54 |
| HSL | 27.06º | 0.76% | 0.26% | - |
| HSV(B) | 27.06º | 0.86% | 0.46% | - |
| XYZ | 9.29 | 7.33 | 1.42 | - |
| YUV | 73.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 16 | 0 | 0.47 | 0.86 | 0.54 | 27.06 | 0.76 | 0.26 |
| Hex | 76 | 3E | 10 | 0 | 2F | 56 | 36 | 1B | 4C | 1A |
| Octal | 166 | 76 | 20 | 0 | 57 | 126 | 66 | 33 | 114 | 32 |
| Binary | 1110110 | 111110 | 10000 | 0 | 101111 | 1010110 | 110110 | 11011 | 1001100 | 11010 |
Color Harmonies of #763E10
Complementary color
Monochromatic Colors of #763E10
Black with #763E10
Text Example
Text Example
White with #763E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E10; }
p { color: rgb(118,62,16); }
H1.HeaderClassName
{
color: #763E10;
}
.AnyTagClassName
{
color: #763E10;
}
</style>
background-color css
<style>
a { background-color: #763E10; }
a { background-color: rgb(118,62,16); }
div.DivClassName
{
background-color: #763E10;
}
.BgClassName
{
background-color: #763E10;
}
</style>
border-color css
<style>
span { border-color: #763E10; }
span { border-color: rgb(118,62,16); }
td.TdClassName
{
border-color: #763E10;
}
.TagClassName
{
border-color: #763E10;
}
</style>