Shades of Raw Umber #72450F
Tints of Raw Umber #72450F
RGB
CMYK
RGB Variations
Color information
#72450F (or 0x72450F) is known color: Raw Umber. HEX triplet: 72, 45 and 0F. RGB value is (114,69,15). Sum of RGB (Red+Green+Blue) = 114+69+15=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72450F is #8DBAF0. Grayscale: #4C4C4C. Windows color (decimal): -9288433 or 1000818. OLE color: 1000818.
HSL color Cylindrical-coordinate representation of color #72450F: hue angle of 32.73º 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 #72450F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 15 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.55 |
| HSL | 32.73º | 0.77% | 0.25% | - |
| HSV(B) | 32.73º | 0.87% | 0.45% | - |
| XYZ | 9.15 | 7.87 | 1.49 | - |
| YUV | 76.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 15 | 0 | 0.39 | 0.87 | 0.55 | 32.73 | 0.77 | 0.25 |
| Hex | 72 | 45 | F | 0 | 27 | 57 | 37 | 21 | 4D | 19 |
| Octal | 162 | 105 | 17 | 0 | 47 | 127 | 67 | 41 | 115 | 31 |
| Binary | 1110010 | 1000101 | 1111 | 0 | 100111 | 1010111 | 110111 | 100001 | 1001101 | 11001 |
Color Harmonies of #72450F
Complementary color
Monochromatic Colors of #72450F
Black with #72450F
Text Example
Text Example
White with #72450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72450F; }
p { color: rgb(114,69,15); }
H1.HeaderClassName
{
color: #72450F;
}
.AnyTagClassName
{
color: #72450F;
}
</style>
background-color css
<style>
a { background-color: #72450F; }
a { background-color: rgb(114,69,15); }
div.DivClassName
{
background-color: #72450F;
}
.BgClassName
{
background-color: #72450F;
}
</style>
border-color css
<style>
span { border-color: #72450F; }
span { border-color: rgb(114,69,15); }
td.TdClassName
{
border-color: #72450F;
}
.TagClassName
{
border-color: #72450F;
}
</style>