Shades of Raw Umber #725C14
Tints of Raw Umber #725C14
RGB
CMYK
RGB Variations
Color information
#725C14 (or 0x725C14) is known color: Raw Umber. HEX triplet: 72, 5C and 14. RGB value is (114,92,20). Sum of RGB (Red+Green+Blue) = 114+92+20=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #725C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725C14 is #8DA3EB. Grayscale: #5A5A5A. Windows color (decimal): -9282540 or 1334386. OLE color: 1334386.
HSL color Cylindrical-coordinate representation of color #725C14: hue angle of 45.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #725C14 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 20 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.55 |
| HSL | 45.96º | 0.7% | 0.26% | - |
| HSV(B) | 45.96º | 0.82% | 0.45% | - |
| XYZ | 10.89 | 11.28 | 2.27 | - |
| YUV | 90.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 20 | 0 | 0.19 | 0.82 | 0.55 | 45.96 | 0.7 | 0.26 |
| Hex | 72 | 5C | 14 | 0 | 13 | 52 | 37 | 2E | 46 | 1A |
| Octal | 162 | 134 | 24 | 0 | 23 | 122 | 67 | 56 | 106 | 32 |
| Binary | 1110010 | 1011100 | 10100 | 0 | 10011 | 1010010 | 110111 | 101110 | 1000110 | 11010 |
Color Harmonies of #725C14
Complementary color
Monochromatic Colors of #725C14
Black with #725C14
Text Example
Text Example
White with #725C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C14; }
p { color: rgb(114,92,20); }
H1.HeaderClassName
{
color: #725C14;
}
.AnyTagClassName
{
color: #725C14;
}
</style>
background-color css
<style>
a { background-color: #725C14; }
a { background-color: rgb(114,92,20); }
div.DivClassName
{
background-color: #725C14;
}
.BgClassName
{
background-color: #725C14;
}
</style>
border-color css
<style>
span { border-color: #725C14; }
span { border-color: rgb(114,92,20); }
td.TdClassName
{
border-color: #725C14;
}
.TagClassName
{
border-color: #725C14;
}
</style>