Shades of Raw Umber #83580F
Tints of Raw Umber #83580F
RGB
CMYK
RGB Variations
Color information
#83580F (or 0x83580F) is known color: Raw Umber. HEX triplet: 83, 58 and 0F. RGB value is (131,88,15). Sum of RGB (Red+Green+Blue) = 131+88+15=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83580F is #7CA7F0. Grayscale: #5C5C5C. Windows color (decimal): -8169457 or 1005699. OLE color: 1005699.
HSL color Cylindrical-coordinate representation of color #83580F: hue angle of 37.76º 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 #83580F is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 15 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.49 |
| HSL | 37.76º | 0.79% | 0.29% | - |
| HSV(B) | 37.76º | 0.89% | 0.51% | - |
| XYZ | 12.94 | 11.84 | 2.06 | - |
| YUV | 92.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 15 | 0 | 0.33 | 0.89 | 0.49 | 37.76 | 0.79 | 0.29 |
| Hex | 83 | 58 | F | 0 | 21 | 59 | 31 | 26 | 4F | 1D |
| Octal | 203 | 130 | 17 | 0 | 41 | 131 | 61 | 46 | 117 | 35 |
| Binary | 10000011 | 1011000 | 1111 | 0 | 100001 | 1011001 | 110001 | 100110 | 1001111 | 11101 |
Color Harmonies of #83580F
Complementary color
Monochromatic Colors of #83580F
Black with #83580F
Text Example
Text Example
White with #83580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83580F; }
p { color: rgb(131,88,15); }
H1.HeaderClassName
{
color: #83580F;
}
.AnyTagClassName
{
color: #83580F;
}
</style>
background-color css
<style>
a { background-color: #83580F; }
a { background-color: rgb(131,88,15); }
div.DivClassName
{
background-color: #83580F;
}
.BgClassName
{
background-color: #83580F;
}
</style>
border-color css
<style>
span { border-color: #83580F; }
span { border-color: rgb(131,88,15); }
td.TdClassName
{
border-color: #83580F;
}
.TagClassName
{
border-color: #83580F;
}
</style>