#83644A

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

Shades of Dark Wood #83644A

Tints of Dark Wood #83644A

Color information

#83644A (or 0x83644A) is unknown color: approx Dark Wood. HEX triplet: 83, 64 and 4A. RGB value is (131,100,74). Sum of RGB (Red+Green+Blue) = 131+100+74=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83644A is #7C9BB5. Grayscale: #6A6A6A. Windows color (decimal): -8166326 or 4875395. OLE color: 4875395.

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

Color convert

RGB13110074-
CMYK00.240.440.49
HSL27.37º27.8%40.2%-
HSV(B)27.37º43.51%51.37%-
XYZ15.1514.438.47-
YUV106.3109.77145.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=42.95%
G=32.79%
B=24.26%

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
Decimal1311007400.240.440.4927.3727.840.2
Hex83644A0182C311b1c28
Octal2031441120305461333450
Binary10000011110010010010100110001011001100011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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