#8C5538

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

Shades of Rope #8C5538

Tints of Rope #8C5538

Color information

#8C5538 (or 0x8C5538) is unknown color: approx Rope. HEX triplet: 8C, 55 and 38. RGB value is (140,85,56). Sum of RGB (Red+Green+Blue) = 140+85+56=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5538 is #73AAC7. Grayscale: #626262. Windows color (decimal): -7580360 or 3691916. OLE color: 3691916.

HSL color Cylindrical-coordinate representation of color #8C5538: hue angle of 20.71º 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 #8C5538 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB1408556-
CMYK00.390.60.45
HSL20.71º42.86%38.43%-
HSV(B)20.71º60%54.9%-
XYZ14.7812.365.35-
YUV98.14104.22157.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=49.82%
G=30.25%
B=19.93%

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
Decimal140855600.390.60.4520.7142.8638.43
Hex8C55380273C2D152b26
Octal214125700477455255346
Binary100011001010101111000010011111110010110110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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