Shades of Raw Umber #734C0B
Tints of Raw Umber #734C0B
RGB
CMYK
RGB Variations
Color information
#734C0B (or 0x734C0B) is known color: Raw Umber. HEX triplet: 73, 4C and 0B. RGB value is (115,76,11). Sum of RGB (Red+Green+Blue) = 115+76+11=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #734C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C0B is #8CB3F4. Grayscale: #505050. Windows color (decimal): -9221109 or 740467. OLE color: 740467.
HSL color Cylindrical-coordinate representation of color #734C0B: hue angle of 37.5º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #734C0B is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 11 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.55 |
| HSL | 37.5º | 0.83% | 0.25% | - |
| HSV(B) | 37.5º | 0.9% | 0.45% | - |
| XYZ | 9.72 | 8.84 | 1.51 | - |
| YUV | 80.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 11 | 0 | 0.34 | 0.90 | 0.55 | 37.5 | 0.83 | 0.25 |
| Hex | 73 | 4C | B | 0 | 22 | 5A | 37 | 26 | 53 | 19 |
| Octal | 163 | 114 | 13 | 0 | 42 | 132 | 67 | 46 | 123 | 31 |
| Binary | 1110011 | 1001100 | 1011 | 0 | 100010 | 1011010 | 110111 | 100110 | 1010011 | 11001 |
Color Harmonies of #734C0B
Complementary color
Monochromatic Colors of #734C0B
Black with #734C0B
Text Example
Text Example
White with #734C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C0B; }
p { color: rgb(115,76,11); }
H1.HeaderClassName
{
color: #734C0B;
}
.AnyTagClassName
{
color: #734C0B;
}
</style>
background-color css
<style>
a { background-color: #734C0B; }
a { background-color: rgb(115,76,11); }
div.DivClassName
{
background-color: #734C0B;
}
.BgClassName
{
background-color: #734C0B;
}
</style>
border-color css
<style>
span { border-color: #734C0B; }
span { border-color: rgb(115,76,11); }
td.TdClassName
{
border-color: #734C0B;
}
.TagClassName
{
border-color: #734C0B;
}
</style>