#8D533C

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

Shades of Rope #8D533C

Tints of Rope #8D533C

Color information

#8D533C (or 0x8D533C) is unknown color: approx Rope. HEX triplet: 8D, 53 and 3C. RGB value is (141,83,60). Sum of RGB (Red+Green+Blue) = 141+83+60=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D533C is #72ACC3. Grayscale: #616161. Windows color (decimal): -7515332 or 3953549. OLE color: 3953549.

HSL color Cylindrical-coordinate representation of color #8D533C: hue angle of 17.04º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D533C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1418360-
CMYK00.410.570.45
HSL17.04º40.3%39.41%-
HSV(B)17.04º57.45%55.29%-
XYZ14.8912.185.84-
YUV97.72106.72158.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=49.65%
G=29.23%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141836000.410.570.4517.0440.339.41
Hex8D533C029392D112827
Octal215123740517155215047
Binary100011011010011111100010100111100110110110001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,60); }

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

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

 a { background-color: rgb(141,83,60); }

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

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

 span { border-color: rgb(141,83,60); }

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