Shades of Raw Umber #726103
Tints of Raw Umber #726103
RGB
CMYK
RGB Variations
Color information
#726103 (or 0x726103) is known color: Raw Umber. HEX triplet: 72, 61 and 03. RGB value is (114,97,3). Sum of RGB (Red+Green+Blue) = 114+97+3=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #726103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726103 is #8D9EFC. Grayscale: #5B5B5B. Windows color (decimal): -9281277 or 221554. OLE color: 221554.
HSL color Cylindrical-coordinate representation of color #726103: hue angle of 50.81º 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 #726103 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 3 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.55 |
| HSL | 50.81º | 0.95% | 0.23% | - |
| HSV(B) | 50.81º | 0.97% | 0.45% | - |
| XYZ | 11.23 | 12.13 | 1.84 | - |
| YUV | 91.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 3 | 0 | 0.15 | 0.97 | 0.55 | 50.81 | 0.95 | 0.23 |
| Hex | 72 | 61 | 3 | 0 | F | 61 | 37 | 33 | 5F | 17 |
| Octal | 162 | 141 | 3 | 0 | 17 | 141 | 67 | 63 | 137 | 27 |
| Binary | 1110010 | 1100001 | 11 | 0 | 1111 | 1100001 | 110111 | 110011 | 1011111 | 10111 |
Color Harmonies of #726103
Complementary color
Monochromatic Colors of #726103
Black with #726103
Text Example
Text Example
White with #726103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726103; }
p { color: rgb(114,97,3); }
H1.HeaderClassName
{
color: #726103;
}
.AnyTagClassName
{
color: #726103;
}
</style>
background-color css
<style>
a { background-color: #726103; }
a { background-color: rgb(114,97,3); }
div.DivClassName
{
background-color: #726103;
}
.BgClassName
{
background-color: #726103;
}
</style>
border-color css
<style>
span { border-color: #726103; }
span { border-color: rgb(114,97,3); }
td.TdClassName
{
border-color: #726103;
}
.TagClassName
{
border-color: #726103;
}
</style>