Shades of Raw Umber #72551A
Tints of Raw Umber #72551A
RGB
CMYK
RGB Variations
Color information
#72551A (or 0x72551A) is known color: Raw Umber. HEX triplet: 72, 55 and 1A. RGB value is (114,85,26). Sum of RGB (Red+Green+Blue) = 114+85+26=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72551A is #8DAAE5. Grayscale: #575757. Windows color (decimal): -9284326 or 1725810. OLE color: 1725810.
HSL color Cylindrical-coordinate representation of color #72551A: hue angle of 40.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72551A is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 26 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.55 |
| HSL | 40.23º | 0.63% | 0.27% | - |
| HSV(B) | 40.23º | 0.77% | 0.45% | - |
| XYZ | 10.37 | 10.15 | 2.39 | - |
| YUV | 86.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 26 | 0 | 0.25 | 0.77 | 0.55 | 40.23 | 0.63 | 0.27 |
| Hex | 72 | 55 | 1A | 0 | 19 | 4D | 37 | 28 | 3F | 1B |
| Octal | 162 | 125 | 32 | 0 | 31 | 115 | 67 | 50 | 77 | 33 |
| Binary | 1110010 | 1010101 | 11010 | 0 | 11001 | 1001101 | 110111 | 101000 | 111111 | 11011 |
Color Harmonies of #72551A
Complementary color
Monochromatic Colors of #72551A
Black with #72551A
Text Example
Text Example
White with #72551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72551A; }
p { color: rgb(114,85,26); }
H1.HeaderClassName
{
color: #72551A;
}
.AnyTagClassName
{
color: #72551A;
}
</style>
background-color css
<style>
a { background-color: #72551A; }
a { background-color: rgb(114,85,26); }
div.DivClassName
{
background-color: #72551A;
}
.BgClassName
{
background-color: #72551A;
}
</style>
border-color css
<style>
span { border-color: #72551A; }
span { border-color: rgb(114,85,26); }
td.TdClassName
{
border-color: #72551A;
}
.TagClassName
{
border-color: #72551A;
}
</style>