Shades of Raw Umber #72531C
Tints of Raw Umber #72531C
RGB
CMYK
RGB Variations
Color information
#72531C (or 0x72531C) is known color: Raw Umber. HEX triplet: 72, 53 and 1C. RGB value is (114,83,28). Sum of RGB (Red+Green+Blue) = 114+83+28=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72531C is #8DACE3. Grayscale: #565656. Windows color (decimal): -9284836 or 1856370. OLE color: 1856370.
HSL color Cylindrical-coordinate representation of color #72531C: hue angle of 38.37º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72531C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 83 | 28 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.55 |
| HSL | 38.37º | 0.61% | 0.28% | - |
| HSV(B) | 38.37º | 0.75% | 0.45% | - |
| XYZ | 10.24 | 9.85 | 2.46 | - |
| YUV | 86 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 28 | 0 | 0.27 | 0.75 | 0.55 | 38.37 | 0.61 | 0.28 |
| Hex | 72 | 53 | 1C | 0 | 1B | 4B | 37 | 26 | 3D | 1C |
| Octal | 162 | 123 | 34 | 0 | 33 | 113 | 67 | 46 | 75 | 34 |
| Binary | 1110010 | 1010011 | 11100 | 0 | 11011 | 1001011 | 110111 | 100110 | 111101 | 11100 |
Color Harmonies of #72531C
Complementary color
Monochromatic Colors of #72531C
Black with #72531C
Text Example
Text Example
White with #72531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72531C; }
p { color: rgb(114,83,28); }
H1.HeaderClassName
{
color: #72531C;
}
.AnyTagClassName
{
color: #72531C;
}
</style>
background-color css
<style>
a { background-color: #72531C; }
a { background-color: rgb(114,83,28); }
div.DivClassName
{
background-color: #72531C;
}
.BgClassName
{
background-color: #72531C;
}
</style>
border-color css
<style>
span { border-color: #72531C; }
span { border-color: rgb(114,83,28); }
td.TdClassName
{
border-color: #72531C;
}
.TagClassName
{
border-color: #72531C;
}
</style>