#8E553A

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

Shades of Rope #8E553A

Tints of Rope #8E553A

Color information

#8E553A (or 0x8E553A) is unknown color: approx Rope. HEX triplet: 8E, 55 and 3A. RGB value is (142,85,58). Sum of RGB (Red+Green+Blue) = 142+85+58=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E553A is #71AAC5. Grayscale: #636363. Windows color (decimal): -7449286 or 3822990. OLE color: 3822990.

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

Color convert

RGB1428558-
CMYK00.400.590.44
HSL19.29º42%39.22%-
HSV(B)19.29º59.15%55.69%-
XYZ15.1712.555.63-
YUV98.96104.88158.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=49.82%
G=29.82%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142855800.400.590.4419.294239.22
Hex8E553A0283B2C132a27
Octal216125720507354235247
Binary100011101010101111010010100011101110110010011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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