#84624B

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

Shades of Dark Wood #84624B

Tints of Dark Wood #84624B

Color information

#84624B (or 0x84624B) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 4B. RGB value is (132,98,75). Sum of RGB (Red+Green+Blue) = 132+98+75=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84624B is #7B9DB4. Grayscale: #696969. Windows color (decimal): -8101301 or 4940420. OLE color: 4940420.

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

Color convert

RGB1329875-
CMYK00.260.430.48
HSL24.21º27.54%40.59%-
HSV(B)24.21º43.18%51.76%-
XYZ15.1514.158.59-
YUV105.54110.76146.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=43.28%
G=32.13%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132987500.260.430.4824.2127.5440.59
Hex84624B01A2B30181c29
Octal2041421130325360303451
Binary10000100110001010010110110101010111100001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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