#893540

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

Shades of Well Read #893540

Tints of Well Read #893540

Color information

#893540 (or 0x893540) is unknown color: approx Well Read. HEX triplet: 89, 35 and 40. RGB value is (137,53,64). Sum of RGB (Red+Green+Blue) = 137+53+64=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #893540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893540 is #76CABF. Grayscale: #4F4F4F. Windows color (decimal): -7785152 or 4208009. OLE color: 4208009.

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

Color convert

RGB1375364-
CMYK00.610.530.46
HSL352.14º44.21%37.25%-
HSV(B)352.14º61.31%53.73%-
XYZ12.528.235.78-
YUV79.37119.33169.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=53.94%
G=20.87%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137536400.610.530.46352.1444.2137.25
Hex89354003D352E1602c25
Octal2116510007565565405445
Binary1000100111010110000000111101110101101110101100000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893540; }

 p { color: rgb(137,53,64); }

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

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

 a { background-color: rgb(137,53,64); }

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

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

 span { border-color: rgb(137,53,64); }

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