#845406

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

Shades of Raw Umber #845406

Tints of Raw Umber #845406

Color information

#845406 (or 0x845406) is unknown color: approx Raw Umber. HEX triplet: 84, 54 and 06. RGB value is (132,84,6). Sum of RGB (Red+Green+Blue) = 132+84+6=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #845406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845406 is #7BABF9. Grayscale: #595959. Windows color (decimal): -8104954 or 414852. OLE color: 414852.

HSL color Cylindrical-coordinate representation of color #845406: hue angle of 37.14º degrees, saturation: 0.91, 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 #845406 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132846-
CMYK00.360.950.48
HSL37.14º91.3%27.06%-
HSV(B)37.14º95.45%51.76%-
XYZ12.7211.261.68-
YUV89.4680.9158.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=59.46%
G=37.84%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13284600.360.950.4837.1491.327.06
Hex845460245F30255b1b
Octal2041246044137604513333
Binary10000100101010011001001001011111110000100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845406; }

 p { color: rgb(132,84,6); }

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

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

 a { background-color: rgb(132,84,6); }

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

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

 span { border-color: rgb(132,84,6); }

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