Html Css Color HEX #896750 Leather

📋 copy color: '#896750'

red 137 ◦ green 103 ◦ blue 80

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

Shades of Leather #896750

Tints of Leather #896750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 42.81%
G = 32.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#896750 (or 0x896750) is known color: Leather. HEX triplet: 89, 67 and 50. RGB value is (137,103,80). Sum of RGB (Red+Green+Blue) = 137+103+80=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896750 is #7698AF. Grayscale: #6E6E6E. Windows color (decimal): -7772336 or 5269385. OLE color: 5269385.

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

Color convert

RGB 137 103 80 -
CMYK 0 0.25 0.42 0.46
HSL 24.21º 0.26% 0.43% -
HSV(B) 24.21º 0.42% 0.54% -
XYZ 16.61 15.6 9.72 -
YUV 110.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 137 103 80 0 0.25 0.42 0.46 24.21 0.26 0.43
Hex 89 67 50 0 19 2A 2E 18 1A 2B
Octal 211 147 120 0 31 52 56 30 32 53
Binary 10001001 1100111 1010000 0 11001 101010 101110 11000 11010 101011

Color Harmonies of #896750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896750

Black with #896750

Text Example


Text Example

White with #896750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896750; }

 p { color: rgb(137,103,80); }

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

background-color css

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

 a { background-color: rgb(137,103,80); }

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

border-color css

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

 span { border-color: rgb(137,103,80); }

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