#83734E

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

Shades of Shadow #83734E

Tints of Shadow #83734E

Color information

#83734E (or 0x83734E) is unknown color: approx Shadow. HEX triplet: 83, 73 and 4E. RGB value is (131,115,78). Sum of RGB (Red+Green+Blue) = 131+115+78=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83734E is #7C8CB1. Grayscale: #737373. Windows color (decimal): -8162482 or 5141379. OLE color: 5141379.

HSL color Cylindrical-coordinate representation of color #83734E: hue angle of 41.89º 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 #83734E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13111578-
CMYK00.120.400.49
HSL41.89º25.36%40.98%-
HSV(B)41.89º40.46%51.37%-
XYZ16.8717.649.72-
YUV115.57106.8139.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=40.43%
G=35.49%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311157800.120.400.4941.8925.3640.98
Hex83734E0C28312a1929
Octal2031631160145061523151
Binary10000011111001110011100110010100011000110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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