#8B5A41

Color #8B5A41 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #8B5A41

Tints of Rope #8B5A41

Color information

#8B5A41 (or 0x8B5A41) is unknown color: approx Rope. HEX triplet: 8B, 5A and 41. RGB value is (139,90,65). Sum of RGB (Red+Green+Blue) = 139+90+65=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A41 is #74A5BE. Grayscale: #656565. Windows color (decimal): -7644607 or 4283019. OLE color: 4283019.

HSL color Cylindrical-coordinate representation of color #8B5A41: hue angle of 20.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5A41 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB1399065-
CMYK00.350.530.45
HSL20.27º36.27%40%-
HSV(B)20.27º53.24%54.51%-
XYZ15.2613.186.74-
YUV101.8107.23154.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=47.28%
G=30.61%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139906500.350.530.4520.2736.2740
Hex8B5A41023352D142428
Octal2131321010436555244450
Binary1000101110110101000001010001111010110110110100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,65); }

 H1.HeaderClassName
 {
   color: #8B5A41;
 }
 .AnyTagClassName
 {
   color: #8B5A41;
 }
</style>
background-color css

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

 a { background-color: rgb(139,90,65); }

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

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

 span { border-color: rgb(139,90,65); }

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