#8B5842

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

Shades of Rope #8B5842

Tints of Rope #8B5842

Color information

#8B5842 (or 0x8B5842) is unknown color: approx Rope. HEX triplet: 8B, 58 and 42. RGB value is (139,88,66). Sum of RGB (Red+Green+Blue) = 139+88+66=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5842 is #74A7BD. Grayscale: #646464. Windows color (decimal): -7645118 or 4348043. OLE color: 4348043.

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

Color convert

RGB1398866-
CMYK00.370.530.45
HSL18.08º35.61%40.2%-
HSV(B)18.08º52.52%54.51%-
XYZ15.1212.866.84-
YUV100.74108.4155.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=47.44%
G=30.03%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139886600.370.530.4518.0835.6140.2
Hex8B5842025352D122428
Octal2131301020456555224450
Binary1000101110110001000010010010111010110110110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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