Shades of Raw Umber #83520C
Tints of Raw Umber #83520C
RGB
CMYK
RGB Variations
Color information
#83520C (or 0x83520C) is known color: Raw Umber. HEX triplet: 83, 52 and 0C. RGB value is (131,82,12). Sum of RGB (Red+Green+Blue) = 131+82+12=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83520C is #7CADF3. Grayscale: #585858. Windows color (decimal): -8170996 or 807555. OLE color: 807555.
HSL color Cylindrical-coordinate representation of color #83520C: hue angle of 35.29º 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 #83520C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 12 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.49 |
| HSL | 35.29º | 0.83% | 0.28% | - |
| HSV(B) | 35.29º | 0.91% | 0.51% | - |
| XYZ | 12.44 | 10.89 | 1.79 | - |
| YUV | 88.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 12 | 0 | 0.37 | 0.91 | 0.49 | 35.29 | 0.83 | 0.28 |
| Hex | 83 | 52 | C | 0 | 25 | 5B | 31 | 23 | 53 | 1C |
| Octal | 203 | 122 | 14 | 0 | 45 | 133 | 61 | 43 | 123 | 34 |
| Binary | 10000011 | 1010010 | 1100 | 0 | 100101 | 1011011 | 110001 | 100011 | 1010011 | 11100 |
Color Harmonies of #83520C
Complementary color
Monochromatic Colors of #83520C
Black with #83520C
Text Example
Text Example
White with #83520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83520C; }
p { color: rgb(131,82,12); }
H1.HeaderClassName
{
color: #83520C;
}
.AnyTagClassName
{
color: #83520C;
}
</style>
background-color css
<style>
a { background-color: #83520C; }
a { background-color: rgb(131,82,12); }
div.DivClassName
{
background-color: #83520C;
}
.BgClassName
{
background-color: #83520C;
}
</style>
border-color css
<style>
span { border-color: #83520C; }
span { border-color: rgb(131,82,12); }
td.TdClassName
{
border-color: #83520C;
}
.TagClassName
{
border-color: #83520C;
}
</style>