#8C5733

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

Shades of Rope #8C5733

Tints of Rope #8C5733

Color information

#8C5733 (or 0x8C5733) is unknown color: approx Rope. HEX triplet: 8C, 57 and 33. RGB value is (140,87,51). Sum of RGB (Red+Green+Blue) = 140+87+51=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5733 is #73A8CC. Grayscale: #626262. Windows color (decimal): -7579853 or 3364748. OLE color: 3364748.

HSL color Cylindrical-coordinate representation of color #8C5733: hue angle of 24.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C5733 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1408751-
CMYK00.380.640.45
HSL24.27º46.6%37.45%-
HSV(B)24.27º63.57%54.9%-
XYZ14.8212.634.79-
YUV98.74101.06157.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.36%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=50.36%
G=31.29%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140875100.380.640.4524.2746.637.45
Hex8C5733026402D182f25
Octal2141276304610055305745
Binary1000110010101111100110100110100000010110111000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,51); }

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

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

 a { background-color: rgb(140,87,51); }

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

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

 span { border-color: rgb(140,87,51); }

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