#8B724A

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

Shades of Shadow #8B724A

Tints of Shadow #8B724A

Color information

#8B724A (or 0x8B724A) is unknown color: approx Shadow. HEX triplet: 8B, 72 and 4A. RGB value is (139,114,74). Sum of RGB (Red+Green+Blue) = 139+114+74=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B724A is #748DB5. Grayscale: #757575. Windows color (decimal): -7638454 or 4878987. OLE color: 4878987.

HSL color Cylindrical-coordinate representation of color #8B724A: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B724A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13911474-
CMYK00.180.470.45
HSL36.92º30.52%41.76%-
HSV(B)36.92º46.76%54.51%-
XYZ17.918.029.01-
YUV116.92103.78143.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=42.51%
G=34.86%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391147400.180.470.4536.9230.5241.76
Hex8B724A0122F2D251f2a
Octal2131621120225755453752
Binary100010111110010100101001001010111110110110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,74); }

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

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

 a { background-color: rgb(139,114,74); }

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

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

 span { border-color: rgb(139,114,74); }

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