#895533

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

Shades of Rope #895533

Tints of Rope #895533

Color information

#895533 (or 0x895533) is unknown color: approx Rope. HEX triplet: 89, 55 and 33. RGB value is (137,85,51). Sum of RGB (Red+Green+Blue) = 137+85+51=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #895533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895533 is #76AACC. Grayscale: #606060. Windows color (decimal): -7776973 or 3364233. OLE color: 3364233.

HSL color Cylindrical-coordinate representation of color #895533: hue angle of 23.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895533 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB1378551-
CMYK00.380.630.46
HSL23.72º45.74%36.86%-
HSV(B)23.72º62.77%53.73%-
XYZ14.1612.054.71-
YUV96.67102.23156.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=50.18%
G=31.14%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137855100.380.630.4623.7245.7436.86
Hex8955330263F2E182e25
Octal211125630467756305645
Binary100010011010101110011010011011111110111011000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895533; }

 p { color: rgb(137,85,51); }

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

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

 a { background-color: rgb(137,85,51); }

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

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

 span { border-color: rgb(137,85,51); }

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