#8C5638

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

Shades of Rope #8C5638

Tints of Rope #8C5638

Color information

#8C5638 (or 0x8C5638) is unknown color: approx Rope. HEX triplet: 8C, 56 and 38. RGB value is (140,86,56). Sum of RGB (Red+Green+Blue) = 140+86+56=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5638 is #73A9C7. Grayscale: #626262. Windows color (decimal): -7580104 or 3692172. OLE color: 3692172.

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

Color convert

RGB1408656-
CMYK00.390.60.45
HSL21.43º42.86%38.43%-
HSV(B)21.43º60%54.9%-
XYZ14.8612.525.37-
YUV98.73103.89157.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.65%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=49.65%
G=30.50%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140865600.390.60.4521.4342.8638.43
Hex8C56380273C2D152b26
Octal214126700477455255346
Binary100011001010110111000010011111110010110110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,56); }

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

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

 a { background-color: rgb(140,86,56); }

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

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

 span { border-color: rgb(140,86,56); }

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