#83634A

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

Shades of Dark Wood #83634A

Tints of Dark Wood #83634A

Color information

#83634A (or 0x83634A) is unknown color: approx Dark Wood. HEX triplet: 83, 63 and 4A. RGB value is (131,99,74). Sum of RGB (Red+Green+Blue) = 131+99+74=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83634A is #7C9CB5. Grayscale: #696969. Windows color (decimal): -8166582 or 4875139. OLE color: 4875139.

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

Color convert

RGB1319974-
CMYK00.240.440.49
HSL26.32º27.8%40.2%-
HSV(B)26.32º43.51%51.37%-
XYZ15.0614.248.43-
YUV105.72110.1146.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=43.09%
G=32.57%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131997400.240.440.4926.3227.840.2
Hex83634A0182C311a1c28
Octal2031431120305461323450
Binary10000011110001110010100110001011001100011101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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