#845805

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

Shades of Raw Umber #845805

Tints of Raw Umber #845805

Color information

#845805 (or 0x845805) is unknown color: approx Raw Umber. HEX triplet: 84, 58 and 05. RGB value is (132,88,5). Sum of RGB (Red+Green+Blue) = 132+88+5=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #845805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845805 is #7BA7FA. Grayscale: #5C5C5C. Windows color (decimal): -8103931 or 350340. OLE color: 350340.

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

Color convert

RGB132885-
CMYK00.330.960.48
HSL39.21º92.7%26.86%-
HSV(B)39.21º96.21%51.76%-
XYZ13.0311.91.75-
YUV91.6979.08156.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=58.67%
G=39.11%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13288500.330.960.4839.2192.726.86
Hex845850216030275d1b
Octal2041305041140604713533
Binary10000100101100010101000011100000110000100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845805; }

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

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

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

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

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

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

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

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