Html Css Color HEX #8B7569 Americano

📋 copy color: '#8B7569'

red 139 ◦ green 117 ◦ blue 105

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

Shades of Americano #8B7569

Tints of Americano #8B7569

RGB

 RED value IS 139 (54.69% from 255) = 38.5%

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 38.5%
G = 32.41%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B7569 (or 0x8B7569) is known color: Americano. HEX triplet: 8B, 75 and 69. RGB value is (139,117,105). Sum of RGB (Red+Green+Blue) = 139+117+105=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7569 is #748A96. Grayscale: #7A7A7A. Windows color (decimal): -7637655 or 6911371. OLE color: 6911371.

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

Color convert

RGB 139 117 105 -
CMYK 0 0.16 0.24 0.45
HSL 21.18º 0.14% 0.48% -
HSV(B) 21.18º 0.24% 0.55% -
XYZ 19.56 19.23 16.05 -
YUV 122.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 139 117 105 0 0.16 0.24 0.45 21.18 0.14 0.48
Hex 8B 75 69 0 10 18 2D 15 E 30
Octal 213 165 151 0 20 30 55 25 16 60
Binary 10001011 1110101 1101001 0 10000 11000 101101 10101 1110 110000

Color Harmonies of #8B7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7569

Black with #8B7569

Text Example


Text Example

White with #8B7569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,105); }

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

background-color css

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

 a { background-color: rgb(139,117,105); }

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

border-color css

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

 span { border-color: rgb(139,117,105); }

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