Shades of Raw Umber #72501C
Tints of Raw Umber #72501C
RGB
CMYK
RGB Variations
Color information
#72501C (or 0x72501C) is known color: Raw Umber. HEX triplet: 72, 50 and 1C. RGB value is (114,80,28). Sum of RGB (Red+Green+Blue) = 114+80+28=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72501C is #8DAFE3. Grayscale: #545454. Windows color (decimal): -9285604 or 1855602. OLE color: 1855602.
HSL color Cylindrical-coordinate representation of color #72501C: hue angle of 36.28º 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 #72501C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 28 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.55 |
| HSL | 36.28º | 0.61% | 0.28% | - |
| HSV(B) | 36.28º | 0.75% | 0.45% | - |
| XYZ | 10.02 | 9.4 | 2.38 | - |
| YUV | 84.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 28 | 0 | 0.30 | 0.75 | 0.55 | 36.28 | 0.61 | 0.28 |
| Hex | 72 | 50 | 1C | 0 | 1E | 4B | 37 | 24 | 3D | 1C |
| Octal | 162 | 120 | 34 | 0 | 36 | 113 | 67 | 44 | 75 | 34 |
| Binary | 1110010 | 1010000 | 11100 | 0 | 11110 | 1001011 | 110111 | 100100 | 111101 | 11100 |
Color Harmonies of #72501C
Complementary color
Monochromatic Colors of #72501C
Black with #72501C
Text Example
Text Example
White with #72501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72501C; }
p { color: rgb(114,80,28); }
H1.HeaderClassName
{
color: #72501C;
}
.AnyTagClassName
{
color: #72501C;
}
</style>
background-color css
<style>
a { background-color: #72501C; }
a { background-color: rgb(114,80,28); }
div.DivClassName
{
background-color: #72501C;
}
.BgClassName
{
background-color: #72501C;
}
</style>
border-color css
<style>
span { border-color: #72501C; }
span { border-color: rgb(114,80,28); }
td.TdClassName
{
border-color: #72501C;
}
.TagClassName
{
border-color: #72501C;
}
</style>