#8B6752

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

Shades of Leather #8B6752

Tints of Leather #8B6752

Color information

#8B6752 (or 0x8B6752) is unknown color: approx Leather. HEX triplet: 8B, 67 and 52. RGB value is (139,103,82). Sum of RGB (Red+Green+Blue) = 139+103+82=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6752 is #7498AD. Grayscale: #6F6F6F. Windows color (decimal): -7641262 or 5400459. OLE color: 5400459.

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

Color convert

RGB13910382-
CMYK00.260.410.45
HSL22.11º25.79%43.33%-
HSV(B)22.11º41.01%54.51%-
XYZ17.0215.810.14-
YUV111.37111.43147.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=42.90%
G=31.79%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391038200.260.410.4522.1125.7943.33
Hex8B675201A292D161a2b
Octal2131471220325155263253
Binary10001011110011110100100110101010011011011011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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