#84624A

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

Shades of Dark Wood #84624A

Tints of Dark Wood #84624A

Color information

#84624A (or 0x84624A) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 4A. RGB value is (132,98,74). Sum of RGB (Red+Green+Blue) = 132+98+74=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84624A is #7B9DB5. Grayscale: #696969. Windows color (decimal): -8101302 or 4874884. OLE color: 4874884.

HSL color Cylindrical-coordinate representation of color #84624A: hue angle of 24.83º 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 #84624A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1329874-
CMYK00.260.440.48
HSL24.83º28.16%40.39%-
HSV(B)24.83º43.94%51.76%-
XYZ15.1214.148.41-
YUV105.43110.26146.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=43.42%
G=32.24%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132987400.260.440.4824.8328.1640.39
Hex84624A01A2C30191c28
Octal2041421120325460313450
Binary10000100110001010010100110101011001100001100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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