#5D5B35

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

Shades of Verdigris #5D5B35

Tints of Verdigris #5D5B35

Color information

#5D5B35 (or 0x5D5B35) is unknown color: approx Verdigris. HEX triplet: 5D, 5B and 35. RGB value is (93,91,53). Sum of RGB (Red+Green+Blue) = 93+91+53=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5B35 is #A2A4CA. Grayscale: #575757. Windows color (decimal): -10659019 or 3496797. OLE color: 3496797.

HSL color Cylindrical-coordinate representation of color #5D5B35: hue angle of 57º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D5B35 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB939153-
CMYK00.020.430.64
HSL57º27.4%28.63%-
HSV(B)57º43.01%36.47%-
XYZ8.910.074.84-
YUV87.27108.66132.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.24%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=39.24%
G=38.40%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93915300.020.430.645727.428.63
Hex5D5B35022B40391b1d
Octal135133650253100713335
Binary1011101101101111010101010101110000001110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,91,53); }

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

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

 a { background-color: rgb(93,91,53); }

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

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

 span { border-color: rgb(93,91,53); }

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