Shades of Raw Umber #825A01
Tints of Raw Umber #825A01
RGB
CMYK
RGB Variations
Color information
#825A01 (or 0x825A01) is known color: Raw Umber. HEX triplet: 82, 5A and 01. RGB value is (130,90,1). Sum of RGB (Red+Green+Blue) = 130+90+1=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A01 is #7DA5FE. Grayscale: #5C5C5C. Windows color (decimal): -8234495 or 88706. OLE color: 88706.
HSL color Cylindrical-coordinate representation of color #825A01: hue angle of 41.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #825A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.49 |
| HSL | 41.4º | 0.98% | 0.26% | - |
| HSV(B) | 41.4º | 0.99% | 0.51% | - |
| XYZ | 12.87 | 12.06 | 1.68 | - |
| YUV | 91.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 1 | 0 | 0.31 | 0.99 | 0.49 | 41.4 | 0.98 | 0.26 |
| Hex | 82 | 5A | 1 | 0 | 1F | 63 | 31 | 29 | 62 | 1A |
| Octal | 202 | 132 | 1 | 0 | 37 | 143 | 61 | 51 | 142 | 32 |
| Binary | 10000010 | 1011010 | 1 | 0 | 11111 | 1100011 | 110001 | 101001 | 1100010 | 11010 |
Color Harmonies of #825A01
Complementary color
Monochromatic Colors of #825A01
Black with #825A01
Text Example
Text Example
White with #825A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A01; }
p { color: rgb(130,90,1); }
H1.HeaderClassName
{
color: #825A01;
}
.AnyTagClassName
{
color: #825A01;
}
</style>
background-color css
<style>
a { background-color: #825A01; }
a { background-color: rgb(130,90,1); }
div.DivClassName
{
background-color: #825A01;
}
.BgClassName
{
background-color: #825A01;
}
</style>
border-color css
<style>
span { border-color: #825A01; }
span { border-color: rgb(130,90,1); }
td.TdClassName
{
border-color: #825A01;
}
.TagClassName
{
border-color: #825A01;
}
</style>