#83684A

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

Shades of Shadow #83684A

Tints of Shadow #83684A

Color information

#83684A (or 0x83684A) is unknown color: approx Shadow. HEX triplet: 83, 68 and 4A. RGB value is (131,104,74). Sum of RGB (Red+Green+Blue) = 131+104+74=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83684A is #7C97B5. Grayscale: #6C6C6C. Windows color (decimal): -8165302 or 4876419. OLE color: 4876419.

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

Color convert

RGB13110474-
CMYK00.210.440.49
HSL31.58º27.8%40.2%-
HSV(B)31.58º43.51%51.37%-
XYZ15.5515.228.6-
YUV108.65108.45143.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=42.39%
G=33.66%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311047400.210.440.4931.5827.840.2
Hex83684A0152C31201c28
Octal2031501120255461403450
Binary100000111101000100101001010110110011000110000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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