#83604A

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

Shades of Dark Wood #83604A

Tints of Dark Wood #83604A

Color information

#83604A (or 0x83604A) is unknown color: approx Dark Wood. HEX triplet: 83, 60 and 4A. RGB value is (131,96,74). Sum of RGB (Red+Green+Blue) = 131+96+74=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #83604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83604A is #7C9FB5. Grayscale: #686868. Windows color (decimal): -8167350 or 4874371. OLE color: 4874371.

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

Color convert

RGB1319674-
CMYK00.270.440.49
HSL23.16º27.8%40.2%-
HSV(B)23.16º43.51%51.37%-
XYZ14.7813.698.34-
YUV103.96111.1147.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=43.52%
G=31.89%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131967400.270.440.4923.1627.840.2
Hex83604A01B2C31171c28
Octal2031401120335461273450
Binary10000011110000010010100110111011001100011011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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