Shades of Raw Umber #62530A
Tints of Raw Umber #62530A
RGB
CMYK
RGB Variations
Color information
#62530A (or 0x62530A) is known color: Raw Umber. HEX triplet: 62, 53 and 0A. RGB value is (98,83,10). Sum of RGB (Red+Green+Blue) = 98+83+10=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530A is #9DACF5. Grayscale: #4F4F4F. Windows color (decimal): -10333430 or 676706. OLE color: 676706.
HSL color Cylindrical-coordinate representation of color #62530A: hue angle of 49.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62530A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 10 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.62 |
| HSL | 49.77º | 0.81% | 0.21% | - |
| HSV(B) | 49.77º | 0.9% | 0.38% | - |
| XYZ | 8.19 | 8.81 | 1.56 | - |
| YUV | 79.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 10 | 0 | 0.15 | 0.90 | 0.62 | 49.77 | 0.81 | 0.21 |
| Hex | 62 | 53 | A | 0 | F | 5A | 3E | 32 | 51 | 15 |
| Octal | 142 | 123 | 12 | 0 | 17 | 132 | 76 | 62 | 121 | 25 |
| Binary | 1100010 | 1010011 | 1010 | 0 | 1111 | 1011010 | 111110 | 110010 | 1010001 | 10101 |
Color Harmonies of #62530A
Complementary color
Monochromatic Colors of #62530A
Black with #62530A
Text Example
Text Example
White with #62530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62530A; }
p { color: rgb(98,83,10); }
H1.HeaderClassName
{
color: #62530A;
}
.AnyTagClassName
{
color: #62530A;
}
</style>
background-color css
<style>
a { background-color: #62530A; }
a { background-color: rgb(98,83,10); }
div.DivClassName
{
background-color: #62530A;
}
.BgClassName
{
background-color: #62530A;
}
</style>
border-color css
<style>
span { border-color: #62530A; }
span { border-color: rgb(98,83,10); }
td.TdClassName
{
border-color: #62530A;
}
.TagClassName
{
border-color: #62530A;
}
</style>