#8A674E

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

Shades of Leather #8A674E

Tints of Leather #8A674E

Color information

#8A674E (or 0x8A674E) is unknown color: approx Leather. HEX triplet: 8A, 67 and 4E. RGB value is (138,103,78). Sum of RGB (Red+Green+Blue) = 138+103+78=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A674E is #7598B1. Grayscale: #6E6E6E. Windows color (decimal): -7706802 or 5138314. OLE color: 5138314.

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

Color convert

RGB13810378-
CMYK00.250.430.46
HSL25º27.78%42.35%-
HSV(B)25º43.48%54.12%-
XYZ16.7115.659.35-
YUV110.62109.6147.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=43.26%
G=32.29%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381037800.250.430.462527.7842.35
Hex8A674E0192B2E191c2a
Octal2121471160315356313452
Binary10001010110011110011100110011010111011101100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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