#8B5538

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

Shades of Rope #8B5538

Tints of Rope #8B5538

Color information

#8B5538 (or 0x8B5538) is unknown color: approx Rope. HEX triplet: 8B, 55 and 38. RGB value is (139,85,56). Sum of RGB (Red+Green+Blue) = 139+85+56=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5538 is #74AAC7. Grayscale: #626262. Windows color (decimal): -7645896 or 3691915. OLE color: 3691915.

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

Color convert

RGB1398556-
CMYK00.390.600.45
HSL20.96º42.56%38.24%-
HSV(B)20.96º59.71%54.51%-
XYZ14.6112.275.34-
YUV97.84104.39157.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 56 (22.27% from 255) = 20%
R=49.64%
G=30.36%
B=20%

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
Decimal139855600.390.600.4520.9642.5638.24
Hex8B55380273C2D152b26
Octal213125700477455255346
Binary100010111010101111000010011111110010110110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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