#845807

Color #845807 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #845807

Tints of Raw Umber #845807

Color information

#845807 (or 0x845807) is unknown color: approx Raw Umber. HEX triplet: 84, 58 and 07. RGB value is (132,88,7). Sum of RGB (Red+Green+Blue) = 132+88+7=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #845807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845807 is #7BA7F8. Grayscale: #5C5C5C. Windows color (decimal): -8103929 or 481412. OLE color: 481412.

HSL color Cylindrical-coordinate representation of color #845807: hue angle of 38.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #845807 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132887-
CMYK00.330.950.48
HSL38.88º89.93%27.25%-
HSV(B)38.88º94.7%51.76%-
XYZ13.0411.91.81-
YUV91.9280.08156.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=58.15%
G=38.77%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13288700.330.950.4838.8889.9327.25
Hex845870215F30275a1b
Octal2041307041137604713233
Binary10000100101100011101000011011111110000100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845807; }

 p { color: rgb(132,88,7); }

 H1.HeaderClassName
 {
   color: #845807;
 }
 .AnyTagClassName
 {
   color: #845807;
 }
</style>
background-color css

<style>
 a { background-color: #845807; }

 a { background-color: rgb(132,88,7); }

 div.DivClassName
 {
   background-color: #845807;
 }
 .BgClassName
 {
   background-color: #845807;
 }
</style>
border-color css

<style>
 span { border-color: #845807; }

 span { border-color: rgb(132,88,7); }

 td.TdClassName
 {
   border-color: #845807;
 }
 .TagClassName
 {
   border-color: #845807;
 }
</style>