Shades of Raw Umber #734C1C
Tints of Raw Umber #734C1C
RGB
CMYK
RGB Variations
Color information
#734C1C (or 0x734C1C) is known color: Raw Umber. HEX triplet: 73, 4C and 1C. RGB value is (115,76,28). Sum of RGB (Red+Green+Blue) = 115+76+28=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #734C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C1C is #8CB3E3. Grayscale: #525252. Windows color (decimal): -9221092 or 1854579. OLE color: 1854579.
HSL color Cylindrical-coordinate representation of color #734C1C: hue angle of 33.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #734C1C is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 28 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.55 |
| HSL | 33.1º | 0.61% | 0.28% | - |
| HSV(B) | 33.1º | 0.76% | 0.45% | - |
| XYZ | 9.86 | 8.9 | 2.3 | - |
| YUV | 82.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 28 | 0 | 0.34 | 0.76 | 0.55 | 33.1 | 0.61 | 0.28 |
| Hex | 73 | 4C | 1C | 0 | 22 | 4C | 37 | 21 | 3D | 1C |
| Octal | 163 | 114 | 34 | 0 | 42 | 114 | 67 | 41 | 75 | 34 |
| Binary | 1110011 | 1001100 | 11100 | 0 | 100010 | 1001100 | 110111 | 100001 | 111101 | 11100 |
Color Harmonies of #734C1C
Complementary color
Monochromatic Colors of #734C1C
Black with #734C1C
Text Example
Text Example
White with #734C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C1C; }
p { color: rgb(115,76,28); }
H1.HeaderClassName
{
color: #734C1C;
}
.AnyTagClassName
{
color: #734C1C;
}
</style>
background-color css
<style>
a { background-color: #734C1C; }
a { background-color: rgb(115,76,28); }
div.DivClassName
{
background-color: #734C1C;
}
.BgClassName
{
background-color: #734C1C;
}
</style>
border-color css
<style>
span { border-color: #734C1C; }
span { border-color: rgb(115,76,28); }
td.TdClassName
{
border-color: #734C1C;
}
.TagClassName
{
border-color: #734C1C;
}
</style>