#8C5D3C

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

Shades of Rope #8C5D3C

Tints of Rope #8C5D3C

Color information

#8C5D3C (or 0x8C5D3C) is unknown color: approx Rope. HEX triplet: 8C, 5D and 3C. RGB value is (140,93,60). Sum of RGB (Red+Green+Blue) = 140+93+60=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5D3C is #73A2C3. Grayscale: #676767. Windows color (decimal): -7578308 or 3956108. OLE color: 3956108.

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

Color convert

RGB1409360-
CMYK00.340.570.45
HSL24.75º40%39.22%-
HSV(B)24.75º57.14%54.9%-
XYZ15.5513.736.11-
YUV103.29103.57154.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.78%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=47.78%
G=31.74%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140936000.340.570.4524.754039.22
Hex8C5D3C022392D192827
Octal214135740427155315047
Binary100011001011101111100010001011100110110111001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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