Shades of Raw Umber #824F01
Tints of Raw Umber #824F01
RGB
CMYK
RGB Variations
Color information
#824F01 (or 0x824F01) is known color: Raw Umber. HEX triplet: 82, 4F and 01. RGB value is (130,79,1). Sum of RGB (Red+Green+Blue) = 130+79+1=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #824F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F01 is #7DB0FE. Grayscale: #555555. Windows color (decimal): -8237311 or 85890. OLE color: 85890.
HSL color Cylindrical-coordinate representation of color #824F01: hue angle of 36.28º 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 #824F01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.49 |
| HSL | 36.28º | 0.98% | 0.26% | - |
| HSV(B) | 36.28º | 0.99% | 0.51% | - |
| XYZ | 12.01 | 10.34 | 1.39 | - |
| YUV | 85.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 1 | 0 | 0.39 | 0.99 | 0.49 | 36.28 | 0.98 | 0.26 |
| Hex | 82 | 4F | 1 | 0 | 27 | 63 | 31 | 24 | 62 | 1A |
| Octal | 202 | 117 | 1 | 0 | 47 | 143 | 61 | 44 | 142 | 32 |
| Binary | 10000010 | 1001111 | 1 | 0 | 100111 | 1100011 | 110001 | 100100 | 1100010 | 11010 |
Color Harmonies of #824F01
Complementary color
Monochromatic Colors of #824F01
Black with #824F01
Text Example
Text Example
White with #824F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F01; }
p { color: rgb(130,79,1); }
H1.HeaderClassName
{
color: #824F01;
}
.AnyTagClassName
{
color: #824F01;
}
</style>
background-color css
<style>
a { background-color: #824F01; }
a { background-color: rgb(130,79,1); }
div.DivClassName
{
background-color: #824F01;
}
.BgClassName
{
background-color: #824F01;
}
</style>
border-color css
<style>
span { border-color: #824F01; }
span { border-color: rgb(130,79,1); }
td.TdClassName
{
border-color: #824F01;
}
.TagClassName
{
border-color: #824F01;
}
</style>