#8B5A37

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

Shades of Rope #8B5A37

Tints of Rope #8B5A37

Color information

#8B5A37 (or 0x8B5A37) is unknown color: approx Rope. HEX triplet: 8B, 5A and 37. RGB value is (139,90,55). Sum of RGB (Red+Green+Blue) = 139+90+55=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A37 is #74A5C8. Grayscale: #646464. Windows color (decimal): -7644617 or 3627659. OLE color: 3627659.

HSL color Cylindrical-coordinate representation of color #8B5A37: hue angle of 25º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5A37 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1399055-
CMYK00.350.600.45
HSL25º43.3%38.04%-
HSV(B)25º60.43%54.51%-
XYZ14.9913.085.35-
YUV100.66102.23155.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=48.94%
G=31.69%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139905500.350.600.452543.338.04
Hex8B5A370233C2D192b26
Octal213132670437455315346
Binary100010111011010110111010001111110010110111001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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