Shades of Raw Umber #845702
Tints of Raw Umber #845702
RGB
CMYK
RGB Variations
Color information
#845702 (or 0x845702) is known color: Raw Umber. HEX triplet: 84, 57 and 02. RGB value is (132,87,2). Sum of RGB (Red+Green+Blue) = 132+87+2=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #845702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845702 is #7BA8FD. Grayscale: #5B5B5B. Windows color (decimal): -8104190 or 153476. OLE color: 153476.
HSL color Cylindrical-coordinate representation of color #845702: hue angle of 39.23º 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 #845702 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.48 |
| HSL | 39.23º | 0.97% | 0.26% | - |
| HSV(B) | 39.23º | 0.98% | 0.52% | - |
| XYZ | 12.93 | 11.73 | 1.64 | - |
| YUV | 90.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 2 | 0 | 0.34 | 0.98 | 0.48 | 39.23 | 0.97 | 0.26 |
| Hex | 84 | 57 | 2 | 0 | 22 | 62 | 30 | 27 | 61 | 1A |
| Octal | 204 | 127 | 2 | 0 | 42 | 142 | 60 | 47 | 141 | 32 |
| Binary | 10000100 | 1010111 | 10 | 0 | 100010 | 1100010 | 110000 | 100111 | 1100001 | 11010 |
Color Harmonies of #845702
Complementary color
Monochromatic Colors of #845702
Black with #845702
Text Example
Text Example
White with #845702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845702; }
p { color: rgb(132,87,2); }
H1.HeaderClassName
{
color: #845702;
}
.AnyTagClassName
{
color: #845702;
}
</style>
background-color css
<style>
a { background-color: #845702; }
a { background-color: rgb(132,87,2); }
div.DivClassName
{
background-color: #845702;
}
.BgClassName
{
background-color: #845702;
}
</style>
border-color css
<style>
span { border-color: #845702; }
span { border-color: rgb(132,87,2); }
td.TdClassName
{
border-color: #845702;
}
.TagClassName
{
border-color: #845702;
}
</style>