#83704E

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

Shades of Shadow #83704E

Tints of Shadow #83704E

Color information

#83704E (or 0x83704E) is unknown color: approx Shadow. HEX triplet: 83, 70 and 4E. RGB value is (131,112,78). Sum of RGB (Red+Green+Blue) = 131+112+78=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83704E is #7C8FB1. Grayscale: #717171. Windows color (decimal): -8163250 or 5140611. OLE color: 5140611.

HSL color Cylindrical-coordinate representation of color #83704E: hue angle of 38.49º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83704E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13111278-
CMYK00.150.400.49
HSL38.49º25.36%40.98%-
HSV(B)38.49º40.46%51.37%-
XYZ16.5316.969.61-
YUV113.8107.79140.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=40.81%
G=34.89%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311127800.150.400.4938.4925.3640.98
Hex83704E0F2831261929
Octal2031601160175061463151
Binary10000011111000010011100111110100011000110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83704E; }

 p { color: rgb(131,112,78); }

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

<style>
 a { background-color: #83704E; }

 a { background-color: rgb(131,112,78); }

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

<style>
 span { border-color: #83704E; }

 span { border-color: rgb(131,112,78); }

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