#83624C

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

Shades of Dark Wood #83624C

Tints of Dark Wood #83624C

Color information

#83624C (or 0x83624C) is unknown color: approx Dark Wood. HEX triplet: 83, 62 and 4C. RGB value is (131,98,76). Sum of RGB (Red+Green+Blue) = 131+98+76=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83624C is #7C9DB3. Grayscale: #696969. Windows color (decimal): -8166836 or 5005955. OLE color: 5005955.

HSL color Cylindrical-coordinate representation of color #83624C: hue angle of 24º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83624C is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1319876-
CMYK00.250.420.49
HSL24º26.57%40.59%-
HSV(B)24º41.98%51.37%-
XYZ15.0314.088.76-
YUV105.36111.43146.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=42.95%
G=32.13%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131987600.250.420.492426.5740.59
Hex83624C0192A31181b29
Octal2031421140315261303351
Binary10000011110001010011000110011010101100011100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83624C; }

 p { color: rgb(131,98,76); }

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

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

 a { background-color: rgb(131,98,76); }

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

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

 span { border-color: rgb(131,98,76); }

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