#8A674D

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

Shades of Leather #8A674D

Tints of Leather #8A674D

Color information

#8A674D (or 0x8A674D) is unknown color: approx Leather. HEX triplet: 8A, 67 and 4D. RGB value is (138,103,77). Sum of RGB (Red+Green+Blue) = 138+103+77=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A674D is #7598B2. Grayscale: #6E6E6E. Windows color (decimal): -7706803 or 5072778. OLE color: 5072778.

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

Color convert

RGB13810377-
CMYK00.250.440.46
HSL25.57º28.37%42.16%-
HSV(B)25.57º44.2%54.12%-
XYZ16.6715.649.16-
YUV110.5109.1147.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=43.40%
G=32.39%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381037700.250.440.4625.5728.3742.16
Hex8A674D0192C2E1a1c2a
Octal2121471150315456323452
Binary10001010110011110011010110011011001011101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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