Shades of Raw Umber #734103
Tints of Raw Umber #734103
RGB
CMYK
RGB Variations
Color information
#734103 (or 0x734103) is known color: Raw Umber. HEX triplet: 73, 41 and 03. RGB value is (115,65,3). Sum of RGB (Red+Green+Blue) = 115+65+3=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #734103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734103 is #8CBEFC. Grayscale: #494949. Windows color (decimal): -9223933 or 213363. OLE color: 213363.
HSL color Cylindrical-coordinate representation of color #734103: hue angle of 33.21º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #734103 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 3 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.55 |
| HSL | 33.21º | 0.95% | 0.23% | - |
| HSV(B) | 33.21º | 0.97% | 0.45% | - |
| XYZ | 8.98 | 7.43 | 1.05 | - |
| YUV | 72.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 3 | 0 | 0.43 | 0.97 | 0.55 | 33.21 | 0.95 | 0.23 |
| Hex | 73 | 41 | 3 | 0 | 2B | 61 | 37 | 21 | 5F | 17 |
| Octal | 163 | 101 | 3 | 0 | 53 | 141 | 67 | 41 | 137 | 27 |
| Binary | 1110011 | 1000001 | 11 | 0 | 101011 | 1100001 | 110111 | 100001 | 1011111 | 10111 |
Color Harmonies of #734103
Complementary color
Monochromatic Colors of #734103
Black with #734103
Text Example
Text Example
White with #734103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734103; }
p { color: rgb(115,65,3); }
H1.HeaderClassName
{
color: #734103;
}
.AnyTagClassName
{
color: #734103;
}
</style>
background-color css
<style>
a { background-color: #734103; }
a { background-color: rgb(115,65,3); }
div.DivClassName
{
background-color: #734103;
}
.BgClassName
{
background-color: #734103;
}
</style>
border-color css
<style>
span { border-color: #734103; }
span { border-color: rgb(115,65,3); }
td.TdClassName
{
border-color: #734103;
}
.TagClassName
{
border-color: #734103;
}
</style>