#8B563A

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

Shades of Rope #8B563A

Tints of Rope #8B563A

Color information

#8B563A (or 0x8B563A) is unknown color: approx Rope. HEX triplet: 8B, 56 and 3A. RGB value is (139,86,58). Sum of RGB (Red+Green+Blue) = 139+86+58=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B563A is #74A9C5. Grayscale: #626262. Windows color (decimal): -7645638 or 3823243. OLE color: 3823243.

HSL color Cylindrical-coordinate representation of color #8B563A: hue angle of 20.74º 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 #8B563A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1398658-
CMYK00.380.580.45
HSL20.74º41.12%38.63%-
HSV(B)20.74º58.27%54.51%-
XYZ14.7412.455.63-
YUV98.66105.06156.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=49.12%
G=30.39%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139865800.380.580.4520.7441.1238.63
Hex8B563A0263A2D152927
Octal213126720467255255147
Binary100010111010110111010010011011101010110110101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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