#8D5938

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

Shades of Rope #8D5938

Tints of Rope #8D5938

Color information

#8D5938 (or 0x8D5938) is unknown color: approx Rope. HEX triplet: 8D, 59 and 38. RGB value is (141,89,56). Sum of RGB (Red+Green+Blue) = 141+89+56=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5938 is #72A6C7. Grayscale: #646464. Windows color (decimal): -7513800 or 3692941. OLE color: 3692941.

HSL color Cylindrical-coordinate representation of color #8D5938: hue angle of 23.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D5938 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1418956-
CMYK00.370.600.45
HSL23.29º43.15%38.63%-
HSV(B)23.29º60.28%55.29%-
XYZ15.2713.095.46-
YUV100.79102.73156.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=49.30%
G=31.12%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141895600.370.600.4523.2943.1538.63
Hex8D59380253C2D172b27
Octal215131700457455275347
Binary100011011011001111000010010111110010110110111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,56); }

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

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

 a { background-color: rgb(141,89,56); }

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

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

 span { border-color: rgb(141,89,56); }

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