Html Css Color HEX #83684A Shadow

📋 copy color: '#83684A'

red 131 ◦ green 104 ◦ blue 74

#83684A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow #83684A

Tints of Shadow #83684A

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.3% from 255) = 23.95%

R = 42.39%
G = 33.66%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83684A (or 0x83684A) is known color: 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

RGB 131 104 74 -
CMYK 0 0.21 0.44 0.49
HSL 31.58º 0.28% 0.4% -
HSV(B) 31.58º 0.44% 0.51% -
XYZ 15.55 15.22 8.6 -
YUV 108.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 131 104 74 0 0.21 0.44 0.49 31.58 0.28 0.4
Hex 83 68 4A 0 15 2C 31 20 1C 28
Octal 203 150 112 0 25 54 61 40 34 50
Binary 10000011 1101000 1001010 0 10101 101100 110001 100000 11100 101000

Color Harmonies of #83684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83684A

Black with #83684A

Text Example


Text Example

White with #83684A

Text Example


Text Example

HTML Codes & Css Web 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>