Shades of Raw Umber #734F1B
Tints of Raw Umber #734F1B
RGB
CMYK
RGB Variations
Color information
#734F1B (or 0x734F1B) is known color: Raw Umber. HEX triplet: 73, 4F and 1B. RGB value is (115,79,27). Sum of RGB (Red+Green+Blue) = 115+79+27=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #734F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F1B is #8CB0E4. Grayscale: #545454. Windows color (decimal): -9220325 or 1789811. OLE color: 1789811.
HSL color Cylindrical-coordinate representation of color #734F1B: hue angle of 35.45º degrees, saturation: 0.62, 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 #734F1B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 27 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.55 |
| HSL | 35.45º | 0.62% | 0.28% | - |
| HSV(B) | 35.45º | 0.77% | 0.45% | - |
| XYZ | 10.06 | 9.32 | 2.3 | - |
| YUV | 83.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 27 | 0 | 0.31 | 0.77 | 0.55 | 35.45 | 0.62 | 0.28 |
| Hex | 73 | 4F | 1B | 0 | 1F | 4D | 37 | 23 | 3E | 1C |
| Octal | 163 | 117 | 33 | 0 | 37 | 115 | 67 | 43 | 76 | 34 |
| Binary | 1110011 | 1001111 | 11011 | 0 | 11111 | 1001101 | 110111 | 100011 | 111110 | 11100 |
Color Harmonies of #734F1B
Complementary color
Monochromatic Colors of #734F1B
Black with #734F1B
Text Example
Text Example
White with #734F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F1B; }
p { color: rgb(115,79,27); }
H1.HeaderClassName
{
color: #734F1B;
}
.AnyTagClassName
{
color: #734F1B;
}
</style>
background-color css
<style>
a { background-color: #734F1B; }
a { background-color: rgb(115,79,27); }
div.DivClassName
{
background-color: #734F1B;
}
.BgClassName
{
background-color: #734F1B;
}
</style>
border-color css
<style>
span { border-color: #734F1B; }
span { border-color: rgb(115,79,27); }
td.TdClassName
{
border-color: #734F1B;
}
.TagClassName
{
border-color: #734F1B;
}
</style>