#8B5335

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

Shades of Rope #8B5335

Tints of Rope #8B5335

Color information

#8B5335 (or 0x8B5335) is unknown color: approx Rope. HEX triplet: 8B, 53 and 35. RGB value is (139,83,53). Sum of RGB (Red+Green+Blue) = 139+83+53=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5335 is #74ACCA. Grayscale: #606060. Windows color (decimal): -7646411 or 3494795. OLE color: 3494795.

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

Color convert

RGB1398353-
CMYK00.400.620.45
HSL20.93º44.79%37.65%-
HSV(B)20.93º61.87%54.51%-
XYZ14.3811.934.91-
YUV96.32103.55158.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=50.55%
G=30.18%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139835300.400.620.4520.9344.7937.65
Hex8B53350283E2D152d26
Octal213123650507655255546
Binary100010111010011110101010100011111010110110101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,53); }

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

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

 a { background-color: rgb(139,83,53); }

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

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

 span { border-color: rgb(139,83,53); }

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