#8B724F

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

Shades of Shadow #8B724F

Tints of Shadow #8B724F

Color information

#8B724F (or 0x8B724F) is unknown color: approx Shadow. HEX triplet: 8B, 72 and 4F. RGB value is (139,114,79). Sum of RGB (Red+Green+Blue) = 139+114+79=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B724F is #748DB0. Grayscale: #757575. Windows color (decimal): -7638449 or 5206667. OLE color: 5206667.

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

Color convert

RGB13911479-
CMYK00.180.430.45
HSL35º27.52%42.75%-
HSV(B)35º43.17%54.51%-
XYZ18.0818.099.94-
YUV117.48106.28143.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=41.87%
G=34.34%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391147900.180.430.453527.5242.75
Hex8B724F0122B2D231c2b
Octal2131621170225355433453
Binary100010111110010100111101001010101110110110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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