#83634B

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

Shades of Dark Wood #83634B

Tints of Dark Wood #83634B

Color information

#83634B (or 0x83634B) is unknown color: approx Dark Wood. HEX triplet: 83, 63 and 4B. RGB value is (131,99,75). Sum of RGB (Red+Green+Blue) = 131+99+75=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83634B is #7C9CB4. Grayscale: #696969. Windows color (decimal): -8166581 or 4940675. OLE color: 4940675.

HSL color Cylindrical-coordinate representation of color #83634B: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83634B is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1319975-
CMYK00.240.430.49
HSL25.71º27.18%40.39%-
HSV(B)25.71º42.75%51.37%-
XYZ15.0914.268.61-
YUV105.83110.6145.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=42.95%
G=32.46%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131997500.240.430.4925.7127.1840.39
Hex83634B0182B311a1b28
Octal2031431130305361323350
Binary10000011110001110010110110001010111100011101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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