#84644B

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

Shades of Dark Wood #84644B

Tints of Dark Wood #84644B

Color information

#84644B (or 0x84644B) is unknown color: approx Dark Wood. HEX triplet: 84, 64 and 4B. RGB value is (132,100,75). Sum of RGB (Red+Green+Blue) = 132+100+75=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84644B is #7B9BB4. Grayscale: #6A6A6A. Windows color (decimal): -8100789 or 4940932. OLE color: 4940932.

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

Color convert

RGB13210075-
CMYK00.240.430.48
HSL26.32º27.54%40.59%-
HSV(B)26.32º43.18%51.76%-
XYZ15.3414.538.65-
YUV106.72110.1146.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=43.00%
G=32.57%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321007500.240.430.4826.3227.5440.59
Hex84644B0182B301a1c29
Octal2041441130305360323451
Binary10000100110010010010110110001010111100001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84644B; }

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

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

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

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

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

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

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

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