#8B553C

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

Shades of Rope #8B553C

Tints of Rope #8B553C

Color information

#8B553C (or 0x8B553C) is unknown color: approx Rope. HEX triplet: 8B, 55 and 3C. RGB value is (139,85,60). Sum of RGB (Red+Green+Blue) = 139+85+60=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B553C is #74AAC3. Grayscale: #626262. Windows color (decimal): -7645892 or 3954059. OLE color: 3954059.

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

Color convert

RGB1398560-
CMYK00.390.570.45
HSL18.99º39.7%39.02%-
HSV(B)18.99º56.83%54.51%-
XYZ14.7112.315.88-
YUV98.3106.39157.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=48.94%
G=29.93%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139856000.390.570.4518.9939.739.02
Hex8B553C027392D132827
Octal213125740477155235047
Binary100010111010101111100010011111100110110110011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,60); }

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

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

 a { background-color: rgb(139,85,60); }

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

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

 span { border-color: rgb(139,85,60); }

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