Html Css Color HEX #8A6957 Leather

📋 copy color: '#8A6957'

red 138 ◦ green 105 ◦ blue 87

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

Shades of Leather #8A6957

Tints of Leather #8A6957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 41.82%
G = 31.82%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A6957 (or 0x8A6957) is known color: Leather. HEX triplet: 8A, 69 and 57. RGB value is (138,105,87). Sum of RGB (Red+Green+Blue) = 138+105+87=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6957 is #7596A8. Grayscale: #707070. Windows color (decimal): -7706281 or 5728650. OLE color: 5728650.

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

Color convert

RGB 138 105 87 -
CMYK 0 0.24 0.37 0.46
HSL 21.18º 0.23% 0.44% -
HSV(B) 21.18º 0.37% 0.54% -
XYZ 17.25 16.19 11.23 -
YUV 112.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 138 105 87 0 0.24 0.37 0.46 21.18 0.23 0.44
Hex 8A 69 57 0 18 25 2E 15 17 2C
Octal 212 151 127 0 30 45 56 25 27 54
Binary 10001010 1101001 1010111 0 11000 100101 101110 10101 10111 101100

Color Harmonies of #8A6957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6957

Black with #8A6957

Text Example


Text Example

White with #8A6957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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