#8A6552

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

Shades of Leather #8A6552

Tints of Leather #8A6552

Color information

#8A6552 (or 0x8A6552) is unknown color: approx Leather. HEX triplet: 8A, 65 and 52. RGB value is (138,101,82). Sum of RGB (Red+Green+Blue) = 138+101+82=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6552 is #759AAD. Grayscale: #6E6E6E. Windows color (decimal): -7707310 or 5399946. OLE color: 5399946.

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

Color convert

RGB13810182-
CMYK00.270.410.46
HSL20.36º25.45%43.14%-
HSV(B)20.36º40.58%54.12%-
XYZ16.6615.3210.06-
YUV109.9112.26148.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=42.99%
G=31.46%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381018200.270.410.4620.3625.4543.14
Hex8A655201B292E14192b
Octal2121451220335156243153
Binary10001010110010110100100110111010011011101010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,82); }

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

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

 a { background-color: rgb(138,101,82); }

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

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

 span { border-color: rgb(138,101,82); }

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