Shades of Raw Umber #744C0D
Tints of Raw Umber #744C0D
RGB
CMYK
RGB Variations
Color information
#744C0D (or 0x744C0D) is known color: Raw Umber. HEX triplet: 74, 4C and 0D. RGB value is (116,76,13). Sum of RGB (Red+Green+Blue) = 116+76+13=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C0D is #8BB3F2. Grayscale: #515151. Windows color (decimal): -9155571 or 871540. OLE color: 871540.
HSL color Cylindrical-coordinate representation of color #744C0D: hue angle of 36.7º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #744C0D is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 13 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.55 |
| HSL | 36.7º | 0.8% | 0.25% | - |
| HSV(B) | 36.7º | 0.89% | 0.45% | - |
| XYZ | 9.86 | 8.91 | 1.58 | - |
| YUV | 80.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 13 | 0 | 0.34 | 0.89 | 0.55 | 36.7 | 0.8 | 0.25 |
| Hex | 74 | 4C | D | 0 | 22 | 59 | 37 | 25 | 50 | 19 |
| Octal | 164 | 114 | 15 | 0 | 42 | 131 | 67 | 45 | 120 | 31 |
| Binary | 1110100 | 1001100 | 1101 | 0 | 100010 | 1011001 | 110111 | 100101 | 1010000 | 11001 |
Color Harmonies of #744C0D
Complementary color
Monochromatic Colors of #744C0D
Black with #744C0D
Text Example
Text Example
White with #744C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C0D; }
p { color: rgb(116,76,13); }
H1.HeaderClassName
{
color: #744C0D;
}
.AnyTagClassName
{
color: #744C0D;
}
</style>
background-color css
<style>
a { background-color: #744C0D; }
a { background-color: rgb(116,76,13); }
div.DivClassName
{
background-color: #744C0D;
}
.BgClassName
{
background-color: #744C0D;
}
</style>
border-color css
<style>
span { border-color: #744C0D; }
span { border-color: rgb(116,76,13); }
td.TdClassName
{
border-color: #744C0D;
}
.TagClassName
{
border-color: #744C0D;
}
</style>