Shades of Raw Umber #734C0A
Tints of Raw Umber #734C0A
RGB
CMYK
RGB Variations
Color information
#734C0A (or 0x734C0A) is known color: Raw Umber. HEX triplet: 73, 4C and 0A. RGB value is (115,76,10). Sum of RGB (Red+Green+Blue) = 115+76+10=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C0A is #8CB3F5. Grayscale: #505050. Windows color (decimal): -9221110 or 674931. OLE color: 674931.
HSL color Cylindrical-coordinate representation of color #734C0A: hue angle of 37.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #734C0A is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 10 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.55 |
| HSL | 37.71º | 0.84% | 0.25% | - |
| HSV(B) | 37.71º | 0.91% | 0.45% | - |
| XYZ | 9.71 | 8.84 | 1.48 | - |
| YUV | 80.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 10 | 0 | 0.34 | 0.91 | 0.55 | 37.71 | 0.84 | 0.25 |
| Hex | 73 | 4C | A | 0 | 22 | 5B | 37 | 26 | 54 | 19 |
| Octal | 163 | 114 | 12 | 0 | 42 | 133 | 67 | 46 | 124 | 31 |
| Binary | 1110011 | 1001100 | 1010 | 0 | 100010 | 1011011 | 110111 | 100110 | 1010100 | 11001 |
Color Harmonies of #734C0A
Complementary color
Monochromatic Colors of #734C0A
Black with #734C0A
Text Example
Text Example
White with #734C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C0A; }
p { color: rgb(115,76,10); }
H1.HeaderClassName
{
color: #734C0A;
}
.AnyTagClassName
{
color: #734C0A;
}
</style>
background-color css
<style>
a { background-color: #734C0A; }
a { background-color: rgb(115,76,10); }
div.DivClassName
{
background-color: #734C0A;
}
.BgClassName
{
background-color: #734C0A;
}
</style>
border-color css
<style>
span { border-color: #734C0A; }
span { border-color: rgb(115,76,10); }
td.TdClassName
{
border-color: #734C0A;
}
.TagClassName
{
border-color: #734C0A;
}
</style>