#895A3B

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

Shades of Rope #895A3B

Tints of Rope #895A3B

Color information

#895A3B (or 0x895A3B) is unknown color: approx Rope. HEX triplet: 89, 5A and 3B. RGB value is (137,90,59). Sum of RGB (Red+Green+Blue) = 137+90+59=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #895A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A3B is #76A5C4. Grayscale: #646464. Windows color (decimal): -7775685 or 3889801. OLE color: 3889801.

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

Color convert

RGB1379059-
CMYK00.340.570.46
HSL23.85º39.8%38.43%-
HSV(B)23.85º56.93%53.73%-
XYZ14.7612.955.86-
YUV100.52104.57154.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=47.90%
G=31.47%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137905900.340.570.4623.8539.838.43
Hex895A3B022392E182826
Octal211132730427156305046
Binary100010011011010111011010001011100110111011000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A3B; }

 p { color: rgb(137,90,59); }

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

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

 a { background-color: rgb(137,90,59); }

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

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

 span { border-color: rgb(137,90,59); }

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