#8B553D

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

Shades of Rope #8B553D

Tints of Rope #8B553D

Color information

#8B553D (or 0x8B553D) is unknown color: approx Rope. HEX triplet: 8B, 55 and 3D. RGB value is (139,85,61). Sum of RGB (Red+Green+Blue) = 139+85+61=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B553D is #74AAC2. Grayscale: #626262. Windows color (decimal): -7645891 or 4019595. OLE color: 4019595.

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

Color convert

RGB1398561-
CMYK00.390.560.45
HSL18.46º39%39.22%-
HSV(B)18.46º56.12%54.51%-
XYZ14.7412.326.02-
YUV98.41106.89156.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=48.77%
G=29.82%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139856100.390.560.4518.463939.22
Hex8B553D027382D122727
Octal213125750477055224747
Binary100010111010101111101010011111100010110110010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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