#8C5438

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

Shades of Rope #8C5438

Tints of Rope #8C5438

Color information

#8C5438 (or 0x8C5438) is unknown color: approx Rope. HEX triplet: 8C, 54 and 38. RGB value is (140,84,56). Sum of RGB (Red+Green+Blue) = 140+84+56=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5438 is #73ABC7. Grayscale: #616161. Windows color (decimal): -7580616 or 3691660. OLE color: 3691660.

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

Color convert

RGB1408456-
CMYK00.40.60.45
HSL20º42.86%38.43%-
HSV(B)20º60%54.9%-
XYZ14.712.25.32-
YUV97.55104.55158.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 56 (22.27% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140845600.40.60.452042.8638.43
Hex8C54380283C2D142b26
Octal214124700507455245346
Binary100011001010100111000010100011110010110110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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