#8A6752

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

Shades of Leather #8A6752

Tints of Leather #8A6752

Color information

#8A6752 (or 0x8A6752) is unknown color: approx Leather. HEX triplet: 8A, 67 and 52. RGB value is (138,103,82). Sum of RGB (Red+Green+Blue) = 138+103+82=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6752 is #7598AD. Grayscale: #6F6F6F. Windows color (decimal): -7706798 or 5400458. OLE color: 5400458.

HSL color Cylindrical-coordinate representation of color #8A6752: hue angle of 22.5º 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 #8A6752 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB13810382-
CMYK00.250.410.46
HSL22.5º25.45%43.14%-
HSV(B)22.5º40.58%54.12%-
XYZ16.8515.7110.13-
YUV111.07111.6147.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=42.72%
G=31.89%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381038200.250.410.4622.525.4543.14
Hex8A6752019292E16192b
Octal2121471220315156263153
Binary10001010110011110100100110011010011011101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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