#8B5A3D

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

Shades of Rope #8B5A3D

Tints of Rope #8B5A3D

Color information

#8B5A3D (or 0x8B5A3D) is unknown color: approx Rope. HEX triplet: 8B, 5A and 3D. RGB value is (139,90,61). Sum of RGB (Red+Green+Blue) = 139+90+61=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A3D is #74A5C2. Grayscale: #656565. Windows color (decimal): -7644611 or 4020875. OLE color: 4020875.

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

Color convert

RGB1399061-
CMYK00.350.560.45
HSL22.31º39%39.22%-
HSV(B)22.31º56.12%54.51%-
XYZ15.1513.146.15-
YUV101.34105.23154.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=47.93%
G=31.03%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139906100.350.560.4522.313939.22
Hex8B5A3D023382D162727
Octal213132750437055264747
Binary100010111011010111101010001111100010110110110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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