Shades of Raw Umber #82580C
Tints of Raw Umber #82580C
RGB
CMYK
RGB Variations
Color information
#82580C (or 0x82580C) is known color: Raw Umber. HEX triplet: 82, 58 and 0C. RGB value is (130,88,12). Sum of RGB (Red+Green+Blue) = 130+88+12=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #82580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82580C is #7DA7F3. Grayscale: #5C5C5C. Windows color (decimal): -8234996 or 809090. OLE color: 809090.
HSL color Cylindrical-coordinate representation of color #82580C: hue angle of 38.64º 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 #82580C is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 12 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.49 |
| HSL | 38.64º | 0.83% | 0.28% | - |
| HSV(B) | 38.64º | 0.91% | 0.51% | - |
| XYZ | 12.76 | 11.75 | 1.94 | - |
| YUV | 91.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 12 | 0 | 0.32 | 0.91 | 0.49 | 38.64 | 0.83 | 0.28 |
| Hex | 82 | 58 | C | 0 | 20 | 5B | 31 | 27 | 53 | 1C |
| Octal | 202 | 130 | 14 | 0 | 40 | 133 | 61 | 47 | 123 | 34 |
| Binary | 10000010 | 1011000 | 1100 | 0 | 100000 | 1011011 | 110001 | 100111 | 1010011 | 11100 |
Color Harmonies of #82580C
Complementary color
Monochromatic Colors of #82580C
Black with #82580C
Text Example
Text Example
White with #82580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82580C; }
p { color: rgb(130,88,12); }
H1.HeaderClassName
{
color: #82580C;
}
.AnyTagClassName
{
color: #82580C;
}
</style>
background-color css
<style>
a { background-color: #82580C; }
a { background-color: rgb(130,88,12); }
div.DivClassName
{
background-color: #82580C;
}
.BgClassName
{
background-color: #82580C;
}
</style>
border-color css
<style>
span { border-color: #82580C; }
span { border-color: rgb(130,88,12); }
td.TdClassName
{
border-color: #82580C;
}
.TagClassName
{
border-color: #82580C;
}
</style>