#846445

Color #846445 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #846445

Tints of Dark Wood #846445

Color information

#846445 (or 0x846445) is unknown color: approx Dark Wood. HEX triplet: 84, 64 and 45. RGB value is (132,100,69). Sum of RGB (Red+Green+Blue) = 132+100+69=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846445 is #7B9BBA. Grayscale: #6A6A6A. Windows color (decimal): -8100795 or 4547716. OLE color: 4547716.

HSL color Cylindrical-coordinate representation of color #846445: hue angle of 29.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846445 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13210069-
CMYK00.240.480.48
HSL29.52º31.34%39.41%-
HSV(B)29.52º47.73%51.76%-
XYZ15.1514.457.62-
YUV106.03107.1146.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=43.85%
G=33.22%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321006900.240.480.4829.5231.3439.41
Hex84644501830301e1f27
Octal2041441050306060363747
Binary10000100110010010001010110001100001100001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846445; }

 p { color: rgb(132,100,69); }

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

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

 a { background-color: rgb(132,100,69); }

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

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

 span { border-color: rgb(132,100,69); }

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