Shades of Raw Umber #62520B
Tints of Raw Umber #62520B
RGB
CMYK
RGB Variations
Color information
#62520B (or 0x62520B) is known color: Raw Umber. HEX triplet: 62, 52 and 0B. RGB value is (98,82,11). Sum of RGB (Red+Green+Blue) = 98+82+11=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62520B is #9DADF4. Grayscale: #4E4E4E. Windows color (decimal): -10333685 or 741986. OLE color: 741986.
HSL color Cylindrical-coordinate representation of color #62520B: hue angle of 48.97º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62520B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 11 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.62 |
| HSL | 48.97º | 0.8% | 0.21% | - |
| HSV(B) | 48.97º | 0.89% | 0.38% | - |
| XYZ | 8.11 | 8.66 | 1.56 | - |
| YUV | 78.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 11 | 0 | 0.16 | 0.89 | 0.62 | 48.97 | 0.8 | 0.21 |
| Hex | 62 | 52 | B | 0 | 10 | 59 | 3E | 31 | 50 | 15 |
| Octal | 142 | 122 | 13 | 0 | 20 | 131 | 76 | 61 | 120 | 25 |
| Binary | 1100010 | 1010010 | 1011 | 0 | 10000 | 1011001 | 111110 | 110001 | 1010000 | 10101 |
Color Harmonies of #62520B
Complementary color
Monochromatic Colors of #62520B
Black with #62520B
Text Example
Text Example
White with #62520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62520B; }
p { color: rgb(98,82,11); }
H1.HeaderClassName
{
color: #62520B;
}
.AnyTagClassName
{
color: #62520B;
}
</style>
background-color css
<style>
a { background-color: #62520B; }
a { background-color: rgb(98,82,11); }
div.DivClassName
{
background-color: #62520B;
}
.BgClassName
{
background-color: #62520B;
}
</style>
border-color css
<style>
span { border-color: #62520B; }
span { border-color: rgb(98,82,11); }
td.TdClassName
{
border-color: #62520B;
}
.TagClassName
{
border-color: #62520B;
}
</style>