Shades of Raw Umber #764B0D
Tints of Raw Umber #764B0D
RGB
CMYK
RGB Variations
Color information
#764B0D (or 0x764B0D) is known color: Raw Umber. HEX triplet: 76, 4B and 0D. RGB value is (118,75,13). Sum of RGB (Red+Green+Blue) = 118+75+13=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B0D is #89B4F2. Grayscale: #515151. Windows color (decimal): -9024755 or 871286. OLE color: 871286.
HSL color Cylindrical-coordinate representation of color #764B0D: hue angle of 35.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #764B0D is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 13 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.54 |
| HSL | 35.43º | 0.8% | 0.26% | - |
| HSV(B) | 35.43º | 0.89% | 0.46% | - |
| XYZ | 10.06 | 8.91 | 1.57 | - |
| YUV | 80.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 13 | 0 | 0.36 | 0.89 | 0.54 | 35.43 | 0.8 | 0.26 |
| Hex | 76 | 4B | D | 0 | 24 | 59 | 36 | 23 | 50 | 1A |
| Octal | 166 | 113 | 15 | 0 | 44 | 131 | 66 | 43 | 120 | 32 |
| Binary | 1110110 | 1001011 | 1101 | 0 | 100100 | 1011001 | 110110 | 100011 | 1010000 | 11010 |
Color Harmonies of #764B0D
Complementary color
Monochromatic Colors of #764B0D
Black with #764B0D
Text Example
Text Example
White with #764B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B0D; }
p { color: rgb(118,75,13); }
H1.HeaderClassName
{
color: #764B0D;
}
.AnyTagClassName
{
color: #764B0D;
}
</style>
background-color css
<style>
a { background-color: #764B0D; }
a { background-color: rgb(118,75,13); }
div.DivClassName
{
background-color: #764B0D;
}
.BgClassName
{
background-color: #764B0D;
}
</style>
border-color css
<style>
span { border-color: #764B0D; }
span { border-color: rgb(118,75,13); }
td.TdClassName
{
border-color: #764B0D;
}
.TagClassName
{
border-color: #764B0D;
}
</style>