Shades of Raw Umber #72430B
Tints of Raw Umber #72430B
RGB
CMYK
RGB Variations
Color information
#72430B (or 0x72430B) is known color: Raw Umber. HEX triplet: 72, 43 and 0B. RGB value is (114,67,11). Sum of RGB (Red+Green+Blue) = 114+67+11=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430B is #8DBCF4. Grayscale: #4A4A4A. Windows color (decimal): -9288949 or 738162. OLE color: 738162.
HSL color Cylindrical-coordinate representation of color #72430B: hue angle of 32.62º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72430B is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 11 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.55 |
| HSL | 32.62º | 0.82% | 0.25% | - |
| HSV(B) | 32.62º | 0.9% | 0.45% | - |
| XYZ | 9.01 | 7.62 | 1.31 | - |
| YUV | 74.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 11 | 0 | 0.41 | 0.90 | 0.55 | 32.62 | 0.82 | 0.25 |
| Hex | 72 | 43 | B | 0 | 29 | 5A | 37 | 21 | 52 | 19 |
| Octal | 162 | 103 | 13 | 0 | 51 | 132 | 67 | 41 | 122 | 31 |
| Binary | 1110010 | 1000011 | 1011 | 0 | 101001 | 1011010 | 110111 | 100001 | 1010010 | 11001 |
Color Harmonies of #72430B
Complementary color
Monochromatic Colors of #72430B
Black with #72430B
Text Example
Text Example
White with #72430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72430B; }
p { color: rgb(114,67,11); }
H1.HeaderClassName
{
color: #72430B;
}
.AnyTagClassName
{
color: #72430B;
}
</style>
background-color css
<style>
a { background-color: #72430B; }
a { background-color: rgb(114,67,11); }
div.DivClassName
{
background-color: #72430B;
}
.BgClassName
{
background-color: #72430B;
}
</style>
border-color css
<style>
span { border-color: #72430B; }
span { border-color: rgb(114,67,11); }
td.TdClassName
{
border-color: #72430B;
}
.TagClassName
{
border-color: #72430B;
}
</style>