#8B5934

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

Shades of Rope #8B5934

Tints of Rope #8B5934

Color information

#8B5934 (or 0x8B5934) is unknown color: approx Rope. HEX triplet: 8B, 59 and 34. RGB value is (139,89,52). Sum of RGB (Red+Green+Blue) = 139+89+52=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5934 is #74A6CB. Grayscale: #636363. Windows color (decimal): -7644876 or 3430795. OLE color: 3430795.

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

Color convert

RGB1398952-
CMYK00.360.630.45
HSL25.52º45.55%37.45%-
HSV(B)25.52º62.59%54.51%-
XYZ14.8412.884.95-
YUV99.73101.06156.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=49.64%
G=31.79%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139895200.360.630.4525.5245.5537.45
Hex8B59340243F2D1a2e25
Octal213131640447755325645
Binary100010111011001110100010010011111110110111010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,52); }

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

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

 a { background-color: rgb(139,89,52); }

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

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

 span { border-color: rgb(139,89,52); }

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