#8D553A

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

Shades of Rope #8D553A

Tints of Rope #8D553A

Color information

#8D553A (or 0x8D553A) is unknown color: approx Rope. HEX triplet: 8D, 55 and 3A. RGB value is (141,85,58). Sum of RGB (Red+Green+Blue) = 141+85+58=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D553A is #72AAC5. Grayscale: #626262. Windows color (decimal): -7514822 or 3822989. OLE color: 3822989.

HSL color Cylindrical-coordinate representation of color #8D553A: hue angle of 19.52º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D553A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1418558-
CMYK00.400.590.45
HSL19.52º41.71%39.02%-
HSV(B)19.52º58.87%55.29%-
XYZ1512.475.62-
YUV98.67105.05158.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=49.65%
G=29.93%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141855800.400.590.4519.5241.7139.02
Hex8D553A0283B2D142a27
Octal215125720507355245247
Binary100011011010101111010010100011101110110110100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,58); }

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

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

 a { background-color: rgb(141,85,58); }

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

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

 span { border-color: rgb(141,85,58); }

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