#5D593E

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

Shades of Verdigris #5D593E

Tints of Verdigris #5D593E

Color information

#5D593E (or 0x5D593E) is unknown color: approx Verdigris. HEX triplet: 5D, 59 and 3E. RGB value is (93,89,62). Sum of RGB (Red+Green+Blue) = 93+89+62=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 93 - color contains mainly: red. Hex color #5D593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D593E is #A2A6C1. Grayscale: #575757. Windows color (decimal): -10659522 or 4086109. OLE color: 4086109.

HSL color Cylindrical-coordinate representation of color #5D593E: hue angle of 52.26º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D593E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB938962-
CMYK00.040.330.64
HSL52.26º20%30.39%-
HSV(B)52.26º33.33%36.47%-
XYZ8.969.825.98-
YUV87.12113.83132.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.11%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=38.11%
G=36.48%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93896200.040.330.6452.262030.39
Hex5D593E04214034141e
Octal135131760441100642436
Binary10111011011001111110010010000110000001101001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D593E; }

 p { color: rgb(93,89,62); }

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

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

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

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

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

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

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