#8C533A

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

Shades of Rope #8C533A

Tints of Rope #8C533A

Color information

#8C533A (or 0x8C533A) is unknown color: approx Rope. HEX triplet: 8C, 53 and 3A. RGB value is (140,83,58). Sum of RGB (Red+Green+Blue) = 140+83+58=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C533A is #73ACC5. Grayscale: #616161. Windows color (decimal): -7580870 or 3822476. OLE color: 3822476.

HSL color Cylindrical-coordinate representation of color #8C533A: hue angle of 18.29º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C533A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1408358-
CMYK00.410.590.45
HSL18.29º41.41%38.82%-
HSV(B)18.29º58.57%54.9%-
XYZ14.6712.075.56-
YUV97.19105.88158.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=49.82%
G=29.54%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140835800.410.590.4518.2941.4138.82
Hex8C533A0293B2D122927
Octal214123720517355225147
Binary100011001010011111010010100111101110110110010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,58); }

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

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

 a { background-color: rgb(140,83,58); }

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

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

 span { border-color: rgb(140,83,58); }

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