Shades of Raw Umber #845B02
Tints of Raw Umber #845B02
RGB
CMYK
RGB Variations
Color information
#845B02 (or 0x845B02) is known color: Raw Umber. HEX triplet: 84, 5B and 02. RGB value is (132,91,2). Sum of RGB (Red+Green+Blue) = 132+91+2=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #845B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B02 is #7BA4FD. Grayscale: #5D5D5D. Windows color (decimal): -8103166 or 154500. OLE color: 154500.
HSL color Cylindrical-coordinate representation of color #845B02: hue angle of 41.08º 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 #845B02 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.48 |
| HSL | 41.08º | 0.97% | 0.26% | - |
| HSV(B) | 41.08º | 0.98% | 0.52% | - |
| XYZ | 13.27 | 12.39 | 1.75 | - |
| YUV | 93.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 2 | 0 | 0.31 | 0.98 | 0.48 | 41.08 | 0.97 | 0.26 |
| Hex | 84 | 5B | 2 | 0 | 1F | 62 | 30 | 29 | 61 | 1A |
| Octal | 204 | 133 | 2 | 0 | 37 | 142 | 60 | 51 | 141 | 32 |
| Binary | 10000100 | 1011011 | 10 | 0 | 11111 | 1100010 | 110000 | 101001 | 1100001 | 11010 |
Color Harmonies of #845B02
Complementary color
Monochromatic Colors of #845B02
Black with #845B02
Text Example
Text Example
White with #845B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B02; }
p { color: rgb(132,91,2); }
H1.HeaderClassName
{
color: #845B02;
}
.AnyTagClassName
{
color: #845B02;
}
</style>
background-color css
<style>
a { background-color: #845B02; }
a { background-color: rgb(132,91,2); }
div.DivClassName
{
background-color: #845B02;
}
.BgClassName
{
background-color: #845B02;
}
</style>
border-color css
<style>
span { border-color: #845B02; }
span { border-color: rgb(132,91,2); }
td.TdClassName
{
border-color: #845B02;
}
.TagClassName
{
border-color: #845B02;
}
</style>