Shades of Raw Umber #63520C
Tints of Raw Umber #63520C
RGB
CMYK
RGB Variations
Color information
#63520C (or 0x63520C) is known color: Raw Umber. HEX triplet: 63, 52 and 0C. RGB value is (99,82,12). Sum of RGB (Red+Green+Blue) = 99+82+12=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63520C is #9CADF3. Grayscale: #4F4F4F. Windows color (decimal): -10268148 or 807523. OLE color: 807523.
HSL color Cylindrical-coordinate representation of color #63520C: hue angle of 48.28º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63520C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 12 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.61 |
| HSL | 48.28º | 0.78% | 0.22% | - |
| HSV(B) | 48.28º | 0.88% | 0.39% | - |
| XYZ | 8.23 | 8.71 | 1.6 | - |
| YUV | 79.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 12 | 0 | 0.17 | 0.88 | 0.61 | 48.28 | 0.78 | 0.22 |
| Hex | 63 | 52 | C | 0 | 11 | 58 | 3D | 30 | 4E | 16 |
| Octal | 143 | 122 | 14 | 0 | 21 | 130 | 75 | 60 | 116 | 26 |
| Binary | 1100011 | 1010010 | 1100 | 0 | 10001 | 1011000 | 111101 | 110000 | 1001110 | 10110 |
Color Harmonies of #63520C
Complementary color
Monochromatic Colors of #63520C
Black with #63520C
Text Example
Text Example
White with #63520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63520C; }
p { color: rgb(99,82,12); }
H1.HeaderClassName
{
color: #63520C;
}
.AnyTagClassName
{
color: #63520C;
}
</style>
background-color css
<style>
a { background-color: #63520C; }
a { background-color: rgb(99,82,12); }
div.DivClassName
{
background-color: #63520C;
}
.BgClassName
{
background-color: #63520C;
}
</style>
border-color css
<style>
span { border-color: #63520C; }
span { border-color: rgb(99,82,12); }
td.TdClassName
{
border-color: #63520C;
}
.TagClassName
{
border-color: #63520C;
}
</style>