Shades of Raw Umber #83510C
Tints of Raw Umber #83510C
RGB
CMYK
RGB Variations
Color information
#83510C (or 0x83510C) is known color: Raw Umber. HEX triplet: 83, 51 and 0C. RGB value is (131,81,12). Sum of RGB (Red+Green+Blue) = 131+81+12=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83510C is #7CAEF3. Grayscale: #585858. Windows color (decimal): -8171252 or 807299. OLE color: 807299.
HSL color Cylindrical-coordinate representation of color #83510C: hue angle of 34.79º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83510C is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 12 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.49 |
| HSL | 34.79º | 0.83% | 0.28% | - |
| HSV(B) | 34.79º | 0.91% | 0.51% | - |
| XYZ | 12.37 | 10.74 | 1.77 | - |
| YUV | 88.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 12 | 0 | 0.38 | 0.91 | 0.49 | 34.79 | 0.83 | 0.28 |
| Hex | 83 | 51 | C | 0 | 26 | 5B | 31 | 23 | 53 | 1C |
| Octal | 203 | 121 | 14 | 0 | 46 | 133 | 61 | 43 | 123 | 34 |
| Binary | 10000011 | 1010001 | 1100 | 0 | 100110 | 1011011 | 110001 | 100011 | 1010011 | 11100 |
Color Harmonies of #83510C
Complementary color
Monochromatic Colors of #83510C
Black with #83510C
Text Example
Text Example
White with #83510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83510C; }
p { color: rgb(131,81,12); }
H1.HeaderClassName
{
color: #83510C;
}
.AnyTagClassName
{
color: #83510C;
}
</style>
background-color css
<style>
a { background-color: #83510C; }
a { background-color: rgb(131,81,12); }
div.DivClassName
{
background-color: #83510C;
}
.BgClassName
{
background-color: #83510C;
}
</style>
border-color css
<style>
span { border-color: #83510C; }
span { border-color: rgb(131,81,12); }
td.TdClassName
{
border-color: #83510C;
}
.TagClassName
{
border-color: #83510C;
}
</style>