Shades of Raw Umber #72410A
Tints of Raw Umber #72410A
RGB
CMYK
RGB Variations
Color information
#72410A (or 0x72410A) is known color: Raw Umber. HEX triplet: 72, 41 and 0A. RGB value is (114,65,10). Sum of RGB (Red+Green+Blue) = 114+65+10=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410A is #8DBEF5. Grayscale: #494949. Windows color (decimal): -9289462 or 672114. OLE color: 672114.
HSL color Cylindrical-coordinate representation of color #72410A: hue angle of 31.73º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72410A is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 10 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.55 |
| HSL | 31.73º | 0.84% | 0.24% | - |
| HSV(B) | 31.73º | 0.91% | 0.45% | - |
| XYZ | 8.88 | 7.38 | 1.24 | - |
| YUV | 73.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 10 | 0 | 0.43 | 0.91 | 0.55 | 31.73 | 0.84 | 0.24 |
| Hex | 72 | 41 | A | 0 | 2B | 5B | 37 | 20 | 54 | 18 |
| Octal | 162 | 101 | 12 | 0 | 53 | 133 | 67 | 40 | 124 | 30 |
| Binary | 1110010 | 1000001 | 1010 | 0 | 101011 | 1011011 | 110111 | 100000 | 1010100 | 11000 |
Color Harmonies of #72410A
Complementary color
Monochromatic Colors of #72410A
Black with #72410A
Text Example
Text Example
White with #72410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72410A; }
p { color: rgb(114,65,10); }
H1.HeaderClassName
{
color: #72410A;
}
.AnyTagClassName
{
color: #72410A;
}
</style>
background-color css
<style>
a { background-color: #72410A; }
a { background-color: rgb(114,65,10); }
div.DivClassName
{
background-color: #72410A;
}
.BgClassName
{
background-color: #72410A;
}
</style>
border-color css
<style>
span { border-color: #72410A; }
span { border-color: rgb(114,65,10); }
td.TdClassName
{
border-color: #72410A;
}
.TagClassName
{
border-color: #72410A;
}
</style>