Shades of Raw Umber #783D0D
Tints of Raw Umber #783D0D
RGB
CMYK
RGB Variations
Color information
#783D0D (or 0x783D0D) is known color: Raw Umber. HEX triplet: 78, 3D and 0D. RGB value is (120,61,13). Sum of RGB (Red+Green+Blue) = 120+61+13=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #783D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783D0D is #87C2F2. Grayscale: #494949. Windows color (decimal): -8897267 or 867704. OLE color: 867704.
HSL color Cylindrical-coordinate representation of color #783D0D: hue angle of 26.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #783D0D is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 13 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.53 |
| HSL | 26.92º | 0.8% | 0.26% | - |
| HSV(B) | 26.92º | 0.89% | 0.47% | - |
| XYZ | 9.49 | 7.36 | 1.3 | - |
| YUV | 73.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 13 | 0 | 0.49 | 0.89 | 0.53 | 26.92 | 0.8 | 0.26 |
| Hex | 78 | 3D | D | 0 | 31 | 59 | 35 | 1B | 50 | 1A |
| Octal | 170 | 75 | 15 | 0 | 61 | 131 | 65 | 33 | 120 | 32 |
| Binary | 1111000 | 111101 | 1101 | 0 | 110001 | 1011001 | 110101 | 11011 | 1010000 | 11010 |
Color Harmonies of #783D0D
Complementary color
Monochromatic Colors of #783D0D
Black with #783D0D
Text Example
Text Example
White with #783D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D0D; }
p { color: rgb(120,61,13); }
H1.HeaderClassName
{
color: #783D0D;
}
.AnyTagClassName
{
color: #783D0D;
}
</style>
background-color css
<style>
a { background-color: #783D0D; }
a { background-color: rgb(120,61,13); }
div.DivClassName
{
background-color: #783D0D;
}
.BgClassName
{
background-color: #783D0D;
}
</style>
border-color css
<style>
span { border-color: #783D0D; }
span { border-color: rgb(120,61,13); }
td.TdClassName
{
border-color: #783D0D;
}
.TagClassName
{
border-color: #783D0D;
}
</style>