#84634A

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

Shades of Dark Wood #84634A

Tints of Dark Wood #84634A

Color information

#84634A (or 0x84634A) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 4A. RGB value is (132,99,74). Sum of RGB (Red+Green+Blue) = 132+99+74=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84634A is #7B9CB5. Grayscale: #6A6A6A. Windows color (decimal): -8101046 or 4875140. OLE color: 4875140.

HSL color Cylindrical-coordinate representation of color #84634A: hue angle of 25.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84634A is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1329974-
CMYK00.250.440.48
HSL25.86º28.16%40.39%-
HSV(B)25.86º43.94%51.76%-
XYZ15.2114.328.44-
YUV106.02109.93146.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=43.28%
G=32.46%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132997400.250.440.4825.8628.1640.39
Hex84634A0192C301a1c28
Octal2041431120315460323450
Binary10000100110001110010100110011011001100001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84634A; }

 p { color: rgb(132,99,74); }

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

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

 a { background-color: rgb(132,99,74); }

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

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

 span { border-color: rgb(132,99,74); }

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