Shades of Raw Umber #763300
Tints of Raw Umber #763300
RGB
CMYK
RGB Variations
Color information
#763300 (or 0x763300) is known color: Raw Umber. HEX triplet: 76, 33 and 00. RGB value is (118,51,0). Sum of RGB (Red+Green+Blue) = 118+51+0=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #763300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763300 is #89CCFF. Grayscale: #414141. Windows color (decimal): -9030912 or 13174. OLE color: 13174.
HSL color Cylindrical-coordinate representation of color #763300: hue angle of 25.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #763300 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.54 |
| HSL | 25.93º | 1% | 0.23% | - |
| HSV(B) | 25.93º | 1% | 0.46% | - |
| XYZ | 8.66 | 6.22 | 0.74 | - |
| YUV | 65.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 0 | 0 | 0.57 | 1 | 0.54 | 25.93 | 1 | 0.23 |
| Hex | 76 | 33 | 0 | 0 | 39 | 64 | 36 | 1A | 64 | 17 |
| Octal | 166 | 63 | 0 | 0 | 71 | 144 | 66 | 32 | 144 | 27 |
| Binary | 1110110 | 110011 | 0 | 0 | 111001 | 1100100 | 110110 | 11010 | 1100100 | 10111 |
Color Harmonies of #763300
Complementary color
Monochromatic Colors of #763300
Black with #763300
Text Example
Text Example
White with #763300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763300; }
p { color: rgb(118,51,0); }
H1.HeaderClassName
{
color: #763300;
}
.AnyTagClassName
{
color: #763300;
}
</style>
background-color css
<style>
a { background-color: #763300; }
a { background-color: rgb(118,51,0); }
div.DivClassName
{
background-color: #763300;
}
.BgClassName
{
background-color: #763300;
}
</style>
border-color css
<style>
span { border-color: #763300; }
span { border-color: rgb(118,51,0); }
td.TdClassName
{
border-color: #763300;
}
.TagClassName
{
border-color: #763300;
}
</style>