Shades of Raw Umber #724102
Tints of Raw Umber #724102
RGB
CMYK
RGB Variations
Color information
#724102 (or 0x724102) is known color: Raw Umber. HEX triplet: 72, 41 and 02. RGB value is (114,65,2). Sum of RGB (Red+Green+Blue) = 114+65+2=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #724102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724102 is #8DBEFD. Grayscale: #484848. Windows color (decimal): -9289470 or 147826. OLE color: 147826.
HSL color Cylindrical-coordinate representation of color #724102: hue angle of 33.75º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #724102 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.55 |
| HSL | 33.75º | 0.97% | 0.23% | - |
| HSV(B) | 33.75º | 0.98% | 0.45% | - |
| XYZ | 8.84 | 7.36 | 1.01 | - |
| YUV | 72.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 2 | 0 | 0.43 | 0.98 | 0.55 | 33.75 | 0.97 | 0.23 |
| Hex | 72 | 41 | 2 | 0 | 2B | 62 | 37 | 22 | 61 | 17 |
| Octal | 162 | 101 | 2 | 0 | 53 | 142 | 67 | 42 | 141 | 27 |
| Binary | 1110010 | 1000001 | 10 | 0 | 101011 | 1100010 | 110111 | 100010 | 1100001 | 10111 |
Color Harmonies of #724102
Complementary color
Monochromatic Colors of #724102
Black with #724102
Text Example
Text Example
White with #724102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724102; }
p { color: rgb(114,65,2); }
H1.HeaderClassName
{
color: #724102;
}
.AnyTagClassName
{
color: #724102;
}
</style>
background-color css
<style>
a { background-color: #724102; }
a { background-color: rgb(114,65,2); }
div.DivClassName
{
background-color: #724102;
}
.BgClassName
{
background-color: #724102;
}
</style>
border-color css
<style>
span { border-color: #724102; }
span { border-color: rgb(114,65,2); }
td.TdClassName
{
border-color: #724102;
}
.TagClassName
{
border-color: #724102;
}
</style>