Shades of Raw Umber #83500F
Tints of Raw Umber #83500F
RGB
CMYK
RGB Variations
Color information
#83500F (or 0x83500F) is known color: Raw Umber. HEX triplet: 83, 50 and 0F. RGB value is (131,80,15). Sum of RGB (Red+Green+Blue) = 131+80+15=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83500F is #7CAFF0. Grayscale: #585858. Windows color (decimal): -8171505 or 1003651. OLE color: 1003651.
HSL color Cylindrical-coordinate representation of color #83500F: hue angle of 33.62º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83500F is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 15 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.49 |
| HSL | 33.62º | 0.79% | 0.29% | - |
| HSV(B) | 33.62º | 0.89% | 0.51% | - |
| XYZ | 12.31 | 10.6 | 1.85 | - |
| YUV | 87.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 15 | 0 | 0.39 | 0.89 | 0.49 | 33.62 | 0.79 | 0.29 |
| Hex | 83 | 50 | F | 0 | 27 | 59 | 31 | 22 | 4F | 1D |
| Octal | 203 | 120 | 17 | 0 | 47 | 131 | 61 | 42 | 117 | 35 |
| Binary | 10000011 | 1010000 | 1111 | 0 | 100111 | 1011001 | 110001 | 100010 | 1001111 | 11101 |
Color Harmonies of #83500F
Complementary color
Monochromatic Colors of #83500F
Black with #83500F
Text Example
Text Example
White with #83500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83500F; }
p { color: rgb(131,80,15); }
H1.HeaderClassName
{
color: #83500F;
}
.AnyTagClassName
{
color: #83500F;
}
</style>
background-color css
<style>
a { background-color: #83500F; }
a { background-color: rgb(131,80,15); }
div.DivClassName
{
background-color: #83500F;
}
.BgClassName
{
background-color: #83500F;
}
</style>
border-color css
<style>
span { border-color: #83500F; }
span { border-color: rgb(131,80,15); }
td.TdClassName
{
border-color: #83500F;
}
.TagClassName
{
border-color: #83500F;
}
</style>