Html Css Color HEX #8D6949 Leather

📋 copy color: '#8D6949'

red 141 ◦ green 105 ◦ blue 73

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

Shades of Leather #8D6949

Tints of Leather #8D6949

RGB

 RED value IS 141 (55.47% from 255) = 44.2%

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

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 44.2%
G = 32.92%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D6949 (or 0x8D6949) is known color: Leather. HEX triplet: 8D, 69 and 49. RGB value is (141,105,73). Sum of RGB (Red+Green+Blue) = 141+105+73=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6949 is #7296B6. Grayscale: #707070. Windows color (decimal): -7509687 or 4811149. OLE color: 4811149.

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

Color convert

RGB 141 105 73 -
CMYK 0 0.26 0.48 0.45
HSL 28.24º 0.32% 0.42% -
HSV(B) 28.24º 0.48% 0.55% -
XYZ 17.24 16.25 8.53 -
YUV 112.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 141 105 73 0 0.26 0.48 0.45 28.24 0.32 0.42
Hex 8D 69 49 0 1A 30 2D 1C 20 2A
Octal 215 151 111 0 32 60 55 34 40 52
Binary 10001101 1101001 1001001 0 11010 110000 101101 11100 100000 101010

Color Harmonies of #8D6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6949

Black with #8D6949

Text Example


Text Example

White with #8D6949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,105,73); }

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

background-color css

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

 a { background-color: rgb(141,105,73); }

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

border-color css

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

 span { border-color: rgb(141,105,73); }

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