#8C5838

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

Shades of Rope #8C5838

Tints of Rope #8C5838

Color information

#8C5838 (or 0x8C5838) is unknown color: approx Rope. HEX triplet: 8C, 58 and 38. RGB value is (140,88,56). Sum of RGB (Red+Green+Blue) = 140+88+56=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5838 is #73A7C7. Grayscale: #646464. Windows color (decimal): -7579592 or 3692684. OLE color: 3692684.

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

Color convert

RGB1408856-
CMYK00.370.60.45
HSL22.86º42.86%38.43%-
HSV(B)22.86º60%54.9%-
XYZ15.0212.845.43-
YUV99.9103.23156.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.30%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=49.30%
G=30.99%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140885600.370.60.4522.8642.8638.43
Hex8C58380253C2D172b26
Octal214130700457455275346
Binary100011001011000111000010010111110010110110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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