#895338

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

Shades of Rope #895338

Tints of Rope #895338

Color information

#895338 (or 0x895338) is unknown color: approx Rope. HEX triplet: 89, 53 and 38. RGB value is (137,83,56). Sum of RGB (Red+Green+Blue) = 137+83+56=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #895338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895338 is #76ACC7. Grayscale: #606060. Windows color (decimal): -7777480 or 3691401. OLE color: 3691401.

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

Color convert

RGB1378356-
CMYK00.390.590.46
HSL20º41.97%37.84%-
HSV(B)20º59.12%53.73%-
XYZ14.1211.795.27-
YUV96.07105.39157.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=49.64%
G=30.07%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137835600.390.590.462041.9737.84
Hex8953380273B2E142a26
Octal211123700477356245246
Binary100010011010011111000010011111101110111010100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895338; }

 p { color: rgb(137,83,56); }

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

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

 a { background-color: rgb(137,83,56); }

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

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

 span { border-color: rgb(137,83,56); }

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