Shades of Raw Umber #65520B
Tints of Raw Umber #65520B
RGB
CMYK
RGB Variations
Color information
#65520B (or 0x65520B) is known color: Raw Umber. HEX triplet: 65, 52 and 0B. RGB value is (101,82,11). Sum of RGB (Red+Green+Blue) = 101+82+11=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65520B is #9AADF4. Grayscale: #4F4F4F. Windows color (decimal): -10137077 or 741989. OLE color: 741989.
HSL color Cylindrical-coordinate representation of color #65520B: hue angle of 47.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65520B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 11 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.60 |
| HSL | 47.33º | 0.8% | 0.22% | - |
| HSV(B) | 47.33º | 0.89% | 0.4% | - |
| XYZ | 8.44 | 8.83 | 1.58 | - |
| YUV | 79.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 11 | 0 | 0.19 | 0.89 | 0.60 | 47.33 | 0.8 | 0.22 |
| Hex | 65 | 52 | B | 0 | 13 | 59 | 3C | 2F | 50 | 16 |
| Octal | 145 | 122 | 13 | 0 | 23 | 131 | 74 | 57 | 120 | 26 |
| Binary | 1100101 | 1010010 | 1011 | 0 | 10011 | 1011001 | 111100 | 101111 | 1010000 | 10110 |
Color Harmonies of #65520B
Complementary color
Monochromatic Colors of #65520B
Black with #65520B
Text Example
Text Example
White with #65520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65520B; }
p { color: rgb(101,82,11); }
H1.HeaderClassName
{
color: #65520B;
}
.AnyTagClassName
{
color: #65520B;
}
</style>
background-color css
<style>
a { background-color: #65520B; }
a { background-color: rgb(101,82,11); }
div.DivClassName
{
background-color: #65520B;
}
.BgClassName
{
background-color: #65520B;
}
</style>
border-color css
<style>
span { border-color: #65520B; }
span { border-color: rgb(101,82,11); }
td.TdClassName
{
border-color: #65520B;
}
.TagClassName
{
border-color: #65520B;
}
</style>