#8B7652

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

Shades of Shadow #8B7652

Tints of Shadow #8B7652

Color information

#8B7652 (or 0x8B7652) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 52. RGB value is (139,118,82). Sum of RGB (Red+Green+Blue) = 139+118+82=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7652 is #7489AD. Grayscale: #787878. Windows color (decimal): -7637422 or 5404299. OLE color: 5404299.

HSL color Cylindrical-coordinate representation of color #8B7652: hue angle of 37.89º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7652 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB13911882-
CMYK00.150.410.45
HSL37.89º25.79%43.33%-
HSV(B)37.89º41.01%54.51%-
XYZ18.6519.0610.68-
YUV120.18106.46141.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=41.00%
G=34.81%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391188200.150.410.4537.8925.7943.33
Hex8B76520F292D261a2b
Octal2131661220175155463253
Binary10001011111011010100100111110100110110110011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7652; }

 p { color: rgb(139,118,82); }

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

<style>
 a { background-color: #8B7652; }

 a { background-color: rgb(139,118,82); }

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

<style>
 span { border-color: #8B7652; }

 span { border-color: rgb(139,118,82); }

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