#59593D

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

Shades of Verdigris #59593D

Tints of Verdigris #59593D

Color information

#59593D (or 0x59593D) is unknown color: approx Verdigris. HEX triplet: 59, 59 and 3D. RGB value is (89,89,61). Sum of RGB (Red+Green+Blue) = 89+89+61=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59593D is #A6A6C2. Grayscale: #555555. Windows color (decimal): -10921667 or 4020569. OLE color: 4020569.

HSL color Cylindrical-coordinate representation of color #59593D: hue angle of 60º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59593D is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB898961-
CMYK000.310.65
HSL60º18.67%29.41%-
HSV(B)60º31.46%34.9%-
XYZ8.539.615.82-
YUV85.81114130.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=37.24%
G=37.24%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898961000.310.656018.6729.41
Hex59593D001F413c131d
Octal131131750037101742335
Binary10110011011001111101001111110000011111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59593D; }

 p { color: rgb(89,89,61); }

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

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

 a { background-color: rgb(89,89,61); }

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

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

 span { border-color: rgb(89,89,61); }

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