#8A5943

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

Shades of Rope #8A5943

Tints of Rope #8A5943

Color information

#8A5943 (or 0x8A5943) is unknown color: approx Rope. HEX triplet: 8A, 59 and 43. RGB value is (138,89,67). Sum of RGB (Red+Green+Blue) = 138+89+67=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5943 is #75A6BC. Grayscale: #656565. Windows color (decimal): -7710397 or 4413834. OLE color: 4413834.

HSL color Cylindrical-coordinate representation of color #8A5943: hue angle of 18.59º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5943 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB1388967-
CMYK00.360.510.46
HSL18.59º34.63%40.2%-
HSV(B)18.59º51.45%54.12%-
XYZ15.0712.957.02-
YUV101.14108.73154.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 67 (26.56% from 255) = 22.79%
R=46.94%
G=30.27%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138896700.360.510.4618.5934.6340.2
Hex8A5943024332E132328
Octal2121311030446356234350
Binary1000101010110011000011010010011001110111010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,67); }

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

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

 a { background-color: rgb(138,89,67); }

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

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

 span { border-color: rgb(138,89,67); }

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