#8C5B3C

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

Shades of Rope #8C5B3C

Tints of Rope #8C5B3C

Color information

#8C5B3C (or 0x8C5B3C) is unknown color: approx Rope. HEX triplet: 8C, 5B and 3C. RGB value is (140,91,60). Sum of RGB (Red+Green+Blue) = 140+91+60=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5B3C is #73A4C3. Grayscale: #666666. Windows color (decimal): -7578820 or 3955596. OLE color: 3955596.

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

Color convert

RGB1409160-
CMYK00.350.570.45
HSL23.25º40%39.22%-
HSV(B)23.25º57.14%54.9%-
XYZ15.3713.386.05-
YUV102.12104.23155.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=48.11%
G=31.27%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140916000.350.570.4523.254039.22
Hex8C5B3C023392D172827
Octal214133740437155275047
Binary100011001011011111100010001111100110110110111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,60); }

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

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

 a { background-color: rgb(140,91,60); }

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

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

 span { border-color: rgb(140,91,60); }

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