#83724B

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

Shades of Shadow #83724B

Tints of Shadow #83724B

Color information

#83724B (or 0x83724B) is unknown color: approx Shadow. HEX triplet: 83, 72 and 4B. RGB value is (131,114,75). Sum of RGB (Red+Green+Blue) = 131+114+75=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83724B is #7C8DB4. Grayscale: #727272. Windows color (decimal): -8162741 or 4944515. OLE color: 4944515.

HSL color Cylindrical-coordinate representation of color #83724B: hue angle of 41.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83724B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB13111475-
CMYK00.130.430.49
HSL41.79º27.18%40.39%-
HSV(B)41.79º42.75%51.37%-
XYZ16.6517.379.13-
YUV114.64105.63139.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=40.94%
G=35.62%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311147500.130.430.4941.7927.1840.39
Hex83724B0D2B312a1b28
Octal2031621130155361523350
Binary10000011111001010010110110110101111000110101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83724B; }

 p { color: rgb(131,114,75); }

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

<style>
 a { background-color: #83724B; }

 a { background-color: rgb(131,114,75); }

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

<style>
 span { border-color: #83724B; }

 span { border-color: rgb(131,114,75); }

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