#8B5537

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

Shades of Rope #8B5537

Tints of Rope #8B5537

Color information

#8B5537 (or 0x8B5537) is unknown color: approx Rope. HEX triplet: 8B, 55 and 37. RGB value is (139,85,55). Sum of RGB (Red+Green+Blue) = 139+85+55=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5537 is #74AAC8. Grayscale: #616161. Windows color (decimal): -7645897 or 3626379. OLE color: 3626379.

HSL color Cylindrical-coordinate representation of color #8B5537: hue angle of 21.43º 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 #8B5537 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1398555-
CMYK00.390.600.45
HSL21.43º43.3%38.04%-
HSV(B)21.43º60.43%54.51%-
XYZ14.5912.265.21-
YUV97.73103.89157.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=49.82%
G=30.47%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139855500.390.600.4521.4343.338.04
Hex8B55370273C2D152b26
Octal213125670477455255346
Binary100010111010101110111010011111110010110110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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