#8B5844

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

Shades of Rope #8B5844

Tints of Rope #8B5844

Color information

#8B5844 (or 0x8B5844) is unknown color: approx Rope. HEX triplet: 8B, 58 and 44. RGB value is (139,88,68). Sum of RGB (Red+Green+Blue) = 139+88+68=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5844 is #74A7BB. Grayscale: #656565. Windows color (decimal): -7645116 or 4479115. OLE color: 4479115.

HSL color Cylindrical-coordinate representation of color #8B5844: hue angle of 16.9º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5844 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1398868-
CMYK00.370.510.45
HSL16.9º34.3%40.59%-
HSV(B)16.9º51.08%54.51%-
XYZ15.1812.897.16-
YUV100.97109.4155.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=47.12%
G=29.83%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139886800.370.510.4516.934.340.59
Hex8B5844025332D112229
Octal2131301040456355214251
Binary1000101110110001000100010010111001110110110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,68); }

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

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

 a { background-color: rgb(139,88,68); }

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

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

 span { border-color: rgb(139,88,68); }

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