Html Css Color HEX #896B52 Leather

📋 copy color: '#896B52'

red 137 ◦ green 107 ◦ blue 82

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

Shades of Leather #896B52

Tints of Leather #896B52

RGB

 RED value IS 137 (53.91% from 255) = 42.02%

 GREEN value IS 107 (42.19% from 255) = 32.82%

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 42.02%
G = 32.82%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#896B52 (or 0x896B52) is known color: Leather. HEX triplet: 89, 6B and 52. RGB value is (137,107,82). Sum of RGB (Red+Green+Blue) = 137+107+82=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B52 is #7694AD. Grayscale: #717171. Windows color (decimal): -7771310 or 5401481. OLE color: 5401481.

HSL color Cylindrical-coordinate representation of color #896B52: hue angle of 27.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #896B52 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 107 82 -
CMYK 0 0.22 0.40 0.46
HSL 27.27º 0.25% 0.43% -
HSV(B) 27.27º 0.4% 0.54% -
XYZ 17.1 16.44 10.26 -
YUV 113.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 137 107 82 0 0.22 0.40 0.46 27.27 0.25 0.43
Hex 89 6B 52 0 16 28 2E 1B 19 2B
Octal 211 153 122 0 26 50 56 33 31 53
Binary 10001001 1101011 1010010 0 10110 101000 101110 11011 11001 101011

Color Harmonies of #896B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B52

Black with #896B52

Text Example


Text Example

White with #896B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896B52; }

 p { color: rgb(137,107,82); }

 H1.HeaderClassName
 {
   color: #896B52;
 }
 .AnyTagClassName
 {
   color: #896B52;
 }
</style>

background-color css

<style>
 a { background-color: #896B52; }

 a { background-color: rgb(137,107,82); }

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

border-color css

<style>
 span { border-color: #896B52; }

 span { border-color: rgb(137,107,82); }

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