#8B533B

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

Shades of Rope #8B533B

Tints of Rope #8B533B

Color information

#8B533B (or 0x8B533B) is unknown color: approx Rope. HEX triplet: 8B, 53 and 3B. RGB value is (139,83,59). Sum of RGB (Red+Green+Blue) = 139+83+59=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B533B is #74ACC4. Grayscale: #616161. Windows color (decimal): -7646405 or 3888011. OLE color: 3888011.

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

Color convert

RGB1398359-
CMYK00.400.580.45
HSL18º40.4%38.82%-
HSV(B)18º57.55%54.51%-
XYZ14.5311.995.69-
YUV97.01106.55157.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=49.47%
G=29.54%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139835900.400.580.451840.438.82
Hex8B533B0283A2D122827
Octal213123730507255225047
Binary100010111010011111011010100011101010110110010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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