Shades of Raw Umber #83580C
Tints of Raw Umber #83580C
RGB
CMYK
RGB Variations
Color information
#83580C (or 0x83580C) is known color: Raw Umber. HEX triplet: 83, 58 and 0C. RGB value is (131,88,12). Sum of RGB (Red+Green+Blue) = 131+88+12=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83580C is #7CA7F3. Grayscale: #5C5C5C. Windows color (decimal): -8169460 or 809091. OLE color: 809091.
HSL color Cylindrical-coordinate representation of color #83580C: hue angle of 38.32º 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 #83580C is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 12 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.49 |
| HSL | 38.32º | 0.83% | 0.28% | - |
| HSV(B) | 38.32º | 0.91% | 0.51% | - |
| XYZ | 12.92 | 11.83 | 1.95 | - |
| YUV | 92.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 12 | 0 | 0.33 | 0.91 | 0.49 | 38.32 | 0.83 | 0.28 |
| Hex | 83 | 58 | C | 0 | 21 | 5B | 31 | 26 | 53 | 1C |
| Octal | 203 | 130 | 14 | 0 | 41 | 133 | 61 | 46 | 123 | 34 |
| Binary | 10000011 | 1011000 | 1100 | 0 | 100001 | 1011011 | 110001 | 100110 | 1010011 | 11100 |
Color Harmonies of #83580C
Complementary color
Monochromatic Colors of #83580C
Black with #83580C
Text Example
Text Example
White with #83580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83580C; }
p { color: rgb(131,88,12); }
H1.HeaderClassName
{
color: #83580C;
}
.AnyTagClassName
{
color: #83580C;
}
</style>
background-color css
<style>
a { background-color: #83580C; }
a { background-color: rgb(131,88,12); }
div.DivClassName
{
background-color: #83580C;
}
.BgClassName
{
background-color: #83580C;
}
</style>
border-color css
<style>
span { border-color: #83580C; }
span { border-color: rgb(131,88,12); }
td.TdClassName
{
border-color: #83580C;
}
.TagClassName
{
border-color: #83580C;
}
</style>