Shades of Raw Umber #734C1A
Tints of Raw Umber #734C1A
RGB
CMYK
RGB Variations
Color information
#734C1A (or 0x734C1A) is known color: Raw Umber. HEX triplet: 73, 4C and 1A. RGB value is (115,76,26). Sum of RGB (Red+Green+Blue) = 115+76+26=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #734C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C1A is #8CB3E5. Grayscale: #525252. Windows color (decimal): -9221094 or 1723507. OLE color: 1723507.
HSL color Cylindrical-coordinate representation of color #734C1A: hue angle of 33.71º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #734C1A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 26 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.55 |
| HSL | 33.71º | 0.63% | 0.28% | - |
| HSV(B) | 33.71º | 0.77% | 0.45% | - |
| XYZ | 9.84 | 8.89 | 2.17 | - |
| YUV | 81.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 26 | 0 | 0.34 | 0.77 | 0.55 | 33.71 | 0.63 | 0.28 |
| Hex | 73 | 4C | 1A | 0 | 22 | 4D | 37 | 22 | 3F | 1C |
| Octal | 163 | 114 | 32 | 0 | 42 | 115 | 67 | 42 | 77 | 34 |
| Binary | 1110011 | 1001100 | 11010 | 0 | 100010 | 1001101 | 110111 | 100010 | 111111 | 11100 |
Color Harmonies of #734C1A
Complementary color
Monochromatic Colors of #734C1A
Black with #734C1A
Text Example
Text Example
White with #734C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C1A; }
p { color: rgb(115,76,26); }
H1.HeaderClassName
{
color: #734C1A;
}
.AnyTagClassName
{
color: #734C1A;
}
</style>
background-color css
<style>
a { background-color: #734C1A; }
a { background-color: rgb(115,76,26); }
div.DivClassName
{
background-color: #734C1A;
}
.BgClassName
{
background-color: #734C1A;
}
</style>
border-color css
<style>
span { border-color: #734C1A; }
span { border-color: rgb(115,76,26); }
td.TdClassName
{
border-color: #734C1A;
}
.TagClassName
{
border-color: #734C1A;
}
</style>