Shades of Raw Umber #825A02
Tints of Raw Umber #825A02
RGB
CMYK
RGB Variations
Color information
#825A02 (or 0x825A02) is known color: Raw Umber. HEX triplet: 82, 5A and 02. RGB value is (130,90,2). Sum of RGB (Red+Green+Blue) = 130+90+2=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #825A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A02 is #7DA5FD. Grayscale: #5C5C5C. Windows color (decimal): -8234494 or 154242. OLE color: 154242.
HSL color Cylindrical-coordinate representation of color #825A02: hue angle of 41.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #825A02 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.49 |
| HSL | 41.25º | 0.97% | 0.26% | - |
| HSV(B) | 41.25º | 0.98% | 0.51% | - |
| XYZ | 12.87 | 12.06 | 1.71 | - |
| YUV | 91.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 2 | 0 | 0.31 | 0.98 | 0.49 | 41.25 | 0.97 | 0.26 |
| Hex | 82 | 5A | 2 | 0 | 1F | 62 | 31 | 29 | 61 | 1A |
| Octal | 202 | 132 | 2 | 0 | 37 | 142 | 61 | 51 | 141 | 32 |
| Binary | 10000010 | 1011010 | 10 | 0 | 11111 | 1100010 | 110001 | 101001 | 1100001 | 11010 |
Color Harmonies of #825A02
Complementary color
Monochromatic Colors of #825A02
Black with #825A02
Text Example
Text Example
White with #825A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A02; }
p { color: rgb(130,90,2); }
H1.HeaderClassName
{
color: #825A02;
}
.AnyTagClassName
{
color: #825A02;
}
</style>
background-color css
<style>
a { background-color: #825A02; }
a { background-color: rgb(130,90,2); }
div.DivClassName
{
background-color: #825A02;
}
.BgClassName
{
background-color: #825A02;
}
</style>
border-color css
<style>
span { border-color: #825A02; }
span { border-color: rgb(130,90,2); }
td.TdClassName
{
border-color: #825A02;
}
.TagClassName
{
border-color: #825A02;
}
</style>