Shades of Raw Umber #845102
Tints of Raw Umber #845102
RGB
CMYK
RGB Variations
Color information
#845102 (or 0x845102) is known color: Raw Umber. HEX triplet: 84, 51 and 02. RGB value is (132,81,2). Sum of RGB (Red+Green+Blue) = 132+81+2=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #845102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845102 is #7BAEFD. Grayscale: #575757. Windows color (decimal): -8105726 or 151940. OLE color: 151940.
HSL color Cylindrical-coordinate representation of color #845102: hue angle of 36.46º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #845102 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 2 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.48 |
| HSL | 36.46º | 0.97% | 0.26% | - |
| HSV(B) | 36.46º | 0.98% | 0.52% | - |
| XYZ | 12.47 | 10.79 | 1.48 | - |
| YUV | 87.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 2 | 0 | 0.39 | 0.98 | 0.48 | 36.46 | 0.97 | 0.26 |
| Hex | 84 | 51 | 2 | 0 | 27 | 62 | 30 | 24 | 61 | 1A |
| Octal | 204 | 121 | 2 | 0 | 47 | 142 | 60 | 44 | 141 | 32 |
| Binary | 10000100 | 1010001 | 10 | 0 | 100111 | 1100010 | 110000 | 100100 | 1100001 | 11010 |
Color Harmonies of #845102
Complementary color
Monochromatic Colors of #845102
Black with #845102
Text Example
Text Example
White with #845102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845102; }
p { color: rgb(132,81,2); }
H1.HeaderClassName
{
color: #845102;
}
.AnyTagClassName
{
color: #845102;
}
</style>
background-color css
<style>
a { background-color: #845102; }
a { background-color: rgb(132,81,2); }
div.DivClassName
{
background-color: #845102;
}
.BgClassName
{
background-color: #845102;
}
</style>
border-color css
<style>
span { border-color: #845102; }
span { border-color: rgb(132,81,2); }
td.TdClassName
{
border-color: #845102;
}
.TagClassName
{
border-color: #845102;
}
</style>