#83634C

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

Shades of Dark Wood #83634C

Tints of Dark Wood #83634C

Color information

#83634C (or 0x83634C) is unknown color: approx Dark Wood. HEX triplet: 83, 63 and 4C. RGB value is (131,99,76). Sum of RGB (Red+Green+Blue) = 131+99+76=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83634C is #7C9CB3. Grayscale: #6A6A6A. Windows color (decimal): -8166580 or 5006211. OLE color: 5006211.

HSL color Cylindrical-coordinate representation of color #83634C: hue angle of 25.09º 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 #83634C is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1319976-
CMYK00.240.420.49
HSL25.09º26.57%40.59%-
HSV(B)25.09º41.98%51.37%-
XYZ15.1314.278.79-
YUV105.95111.1145.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=42.81%
G=32.35%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131997600.240.420.4925.0926.5740.59
Hex83634C0182A31191b29
Octal2031431140305261313351
Binary10000011110001110011000110001010101100011100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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