#8A7348

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

Shades of Shadow #8A7348

Tints of Shadow #8A7348

Color information

#8A7348 (or 0x8A7348) is unknown color: approx Shadow. HEX triplet: 8A, 73 and 48. RGB value is (138,115,72). Sum of RGB (Red+Green+Blue) = 138+115+72=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7348 is #758CB7. Grayscale: #757575. Windows color (decimal): -7703736 or 4748170. OLE color: 4748170.

HSL color Cylindrical-coordinate representation of color #8A7348: hue angle of 39.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A7348 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB13811572-
CMYK00.170.480.46
HSL39.09º31.43%41.18%-
HSV(B)39.09º47.83%54.12%-
XYZ17.7818.138.69-
YUV116.98102.62143-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=42.46%
G=35.38%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381157200.170.480.4639.0931.4341.18
Hex8A7348011302E271f29
Octal2121631100216056473751
Binary100010101110011100100001000111000010111010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,115,72); }

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

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

 a { background-color: rgb(138,115,72); }

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

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

 span { border-color: rgb(138,115,72); }

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