#8B553A

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

Shades of Rope #8B553A

Tints of Rope #8B553A

Color information

#8B553A (or 0x8B553A) is unknown color: approx Rope. HEX triplet: 8B, 55 and 3A. RGB value is (139,85,58). Sum of RGB (Red+Green+Blue) = 139+85+58=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B553A is #74AAC5. Grayscale: #626262. Windows color (decimal): -7645894 or 3822987. OLE color: 3822987.

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

Color convert

RGB1398558-
CMYK00.390.580.45
HSL20º41.12%38.63%-
HSV(B)20º58.27%54.51%-
XYZ14.6612.295.6-
YUV98.07105.39157.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=49.29%
G=30.14%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139855800.390.580.452041.1238.63
Hex8B553A0273A2D142927
Octal213125720477255245147
Binary100010111010101111010010011111101010110110100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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