#8B5D3F

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

Shades of Rope #8B5D3F

Tints of Rope #8B5D3F

Color information

#8B5D3F (or 0x8B5D3F) is unknown color: approx Rope. HEX triplet: 8B, 5D and 3F. RGB value is (139,93,63). Sum of RGB (Red+Green+Blue) = 139+93+63=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D3F is #74A2C0. Grayscale: #676767. Windows color (decimal): -7643841 or 4152715. OLE color: 4152715.

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

Color convert

RGB1399363-
CMYK00.330.550.45
HSL23.68º37.62%39.61%-
HSV(B)23.68º54.68%54.51%-
XYZ15.4613.686.53-
YUV103.33105.24153.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 63 (25% from 255) = 21.36%
R=47.12%
G=31.53%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139936300.330.550.4523.6837.6239.61
Hex8B5D3F021372D182628
Octal213135770416755304650
Binary100010111011101111111010000111011110110111000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,93,63); }

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

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

 a { background-color: rgb(139,93,63); }

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

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

 span { border-color: rgb(139,93,63); }

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