Html Css Color HEX #8A6A57 Leather

📋 copy color: '#8A6A57'

red 138 ◦ green 106 ◦ blue 87

#8A6A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Leather #8A6A57

Tints of Leather #8A6A57

RGB

 RED value IS 138 (54.3% from 255) = 41.69%

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 87 (34.38% from 255) = 26.28%

R = 41.69%
G = 32.02%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A6A57 (or 0x8A6A57) is known color: Leather. HEX triplet: 8A, 6A and 57. RGB value is (138,106,87). Sum of RGB (Red+Green+Blue) = 138+106+87=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A57 is #7595A8. Grayscale: #717171. Windows color (decimal): -7706025 or 5728906. OLE color: 5728906.

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

Color convert

RGB 138 106 87 -
CMYK 0 0.23 0.37 0.46
HSL 22.35º 0.23% 0.44% -
HSV(B) 22.35º 0.37% 0.54% -
XYZ 17.36 16.4 11.27 -
YUV 113.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 138 106 87 0 0.23 0.37 0.46 22.35 0.23 0.44
Hex 8A 6A 57 0 17 25 2E 16 17 2C
Octal 212 152 127 0 27 45 56 26 27 54
Binary 10001010 1101010 1010111 0 10111 100101 101110 10110 10111 101100

Color Harmonies of #8A6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A57

Black with #8A6A57

Text Example


Text Example

White with #8A6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,87); }

 H1.HeaderClassName
 {
   color: #8A6A57;
 }
 .AnyTagClassName
 {
   color: #8A6A57;
 }
</style>

background-color css

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

 a { background-color: rgb(138,106,87); }

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

border-color css

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

 span { border-color: rgb(138,106,87); }

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