Shades of Raw Umber #72580F
Tints of Raw Umber #72580F
RGB
CMYK
RGB Variations
Color information
#72580F (or 0x72580F) is known color: Raw Umber. HEX triplet: 72, 58 and 0F. RGB value is (114,88,15). Sum of RGB (Red+Green+Blue) = 114+88+15=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72580F is #8DA7F0. Grayscale: #575757. Windows color (decimal): -9283569 or 1005682. OLE color: 1005682.
HSL color Cylindrical-coordinate representation of color #72580F: hue angle of 44.24º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72580F is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 15 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.55 |
| HSL | 44.24º | 0.77% | 0.25% | - |
| HSV(B) | 44.24º | 0.87% | 0.45% | - |
| XYZ | 10.52 | 10.59 | 1.94 | - |
| YUV | 87.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 15 | 0 | 0.23 | 0.87 | 0.55 | 44.24 | 0.77 | 0.25 |
| Hex | 72 | 58 | F | 0 | 17 | 57 | 37 | 2C | 4D | 19 |
| Octal | 162 | 130 | 17 | 0 | 27 | 127 | 67 | 54 | 115 | 31 |
| Binary | 1110010 | 1011000 | 1111 | 0 | 10111 | 1010111 | 110111 | 101100 | 1001101 | 11001 |
Color Harmonies of #72580F
Complementary color
Monochromatic Colors of #72580F
Black with #72580F
Text Example
Text Example
White with #72580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72580F; }
p { color: rgb(114,88,15); }
H1.HeaderClassName
{
color: #72580F;
}
.AnyTagClassName
{
color: #72580F;
}
</style>
background-color css
<style>
a { background-color: #72580F; }
a { background-color: rgb(114,88,15); }
div.DivClassName
{
background-color: #72580F;
}
.BgClassName
{
background-color: #72580F;
}
</style>
border-color css
<style>
span { border-color: #72580F; }
span { border-color: rgb(114,88,15); }
td.TdClassName
{
border-color: #72580F;
}
.TagClassName
{
border-color: #72580F;
}
</style>