Shades of Raw Umber #83500C
Tints of Raw Umber #83500C
RGB
CMYK
RGB Variations
Color information
#83500C (or 0x83500C) is known color: Raw Umber. HEX triplet: 83, 50 and 0C. RGB value is (131,80,12). Sum of RGB (Red+Green+Blue) = 131+80+12=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83500C is #7CAFF3. Grayscale: #575757. Windows color (decimal): -8171508 or 807043. OLE color: 807043.
HSL color Cylindrical-coordinate representation of color #83500C: hue angle of 34.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 #83500C is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 12 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.49 |
| HSL | 34.29º | 0.83% | 0.28% | - |
| HSV(B) | 34.29º | 0.91% | 0.51% | - |
| XYZ | 12.3 | 10.59 | 1.74 | - |
| YUV | 87.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 12 | 0 | 0.39 | 0.91 | 0.49 | 34.29 | 0.83 | 0.28 |
| Hex | 83 | 50 | C | 0 | 27 | 5B | 31 | 22 | 53 | 1C |
| Octal | 203 | 120 | 14 | 0 | 47 | 133 | 61 | 42 | 123 | 34 |
| Binary | 10000011 | 1010000 | 1100 | 0 | 100111 | 1011011 | 110001 | 100010 | 1010011 | 11100 |
Color Harmonies of #83500C
Complementary color
Monochromatic Colors of #83500C
Black with #83500C
Text Example
Text Example
White with #83500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83500C; }
p { color: rgb(131,80,12); }
H1.HeaderClassName
{
color: #83500C;
}
.AnyTagClassName
{
color: #83500C;
}
</style>
background-color css
<style>
a { background-color: #83500C; }
a { background-color: rgb(131,80,12); }
div.DivClassName
{
background-color: #83500C;
}
.BgClassName
{
background-color: #83500C;
}
</style>
border-color css
<style>
span { border-color: #83500C; }
span { border-color: rgb(131,80,12); }
td.TdClassName
{
border-color: #83500C;
}
.TagClassName
{
border-color: #83500C;
}
</style>