Shades of Raw Umber #725303
Tints of Raw Umber #725303
RGB
CMYK
RGB Variations
Color information
#725303 (or 0x725303) is known color: Raw Umber. HEX triplet: 72, 53 and 03. RGB value is (114,83,3). Sum of RGB (Red+Green+Blue) = 114+83+3=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #725303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725303 is #8DACFC. Grayscale: #535353. Windows color (decimal): -9284861 or 217970. OLE color: 217970.
HSL color Cylindrical-coordinate representation of color #725303: hue angle of 43.24º 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 #725303 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 83 | 3 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.55 |
| HSL | 43.24º | 0.95% | 0.23% | - |
| HSV(B) | 43.24º | 0.97% | 0.45% | - |
| XYZ | 10.05 | 9.77 | 1.44 | - |
| YUV | 83.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 3 | 0 | 0.27 | 0.97 | 0.55 | 43.24 | 0.95 | 0.23 |
| Hex | 72 | 53 | 3 | 0 | 1B | 61 | 37 | 2B | 5F | 17 |
| Octal | 162 | 123 | 3 | 0 | 33 | 141 | 67 | 53 | 137 | 27 |
| Binary | 1110010 | 1010011 | 11 | 0 | 11011 | 1100001 | 110111 | 101011 | 1011111 | 10111 |
Color Harmonies of #725303
Complementary color
Monochromatic Colors of #725303
Black with #725303
Text Example
Text Example
White with #725303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725303; }
p { color: rgb(114,83,3); }
H1.HeaderClassName
{
color: #725303;
}
.AnyTagClassName
{
color: #725303;
}
</style>
background-color css
<style>
a { background-color: #725303; }
a { background-color: rgb(114,83,3); }
div.DivClassName
{
background-color: #725303;
}
.BgClassName
{
background-color: #725303;
}
</style>
border-color css
<style>
span { border-color: #725303; }
span { border-color: rgb(114,83,3); }
td.TdClassName
{
border-color: #725303;
}
.TagClassName
{
border-color: #725303;
}
</style>