#5C5B47

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

Shades of Verdigris #5C5B47

Tints of Verdigris #5C5B47

Color information

#5C5B47 (or 0x5C5B47) is unknown color: approx Verdigris. HEX triplet: 5C, 5B and 47. RGB value is (92,91,71). Sum of RGB (Red+Green+Blue) = 92+91+71=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5B47 is #A3A4B8. Grayscale: #595959. Windows color (decimal): -10724537 or 4676444. OLE color: 4676444.

HSL color Cylindrical-coordinate representation of color #5C5B47: hue angle of 57.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5B47 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB929171-
CMYK00.010.230.64
HSL57.14º12.88%31.96%-
HSV(B)57.14º22.83%36.08%-
XYZ9.2910.217.44-
YUV89.02117.83130.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=36.22%
G=35.83%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92917100.010.230.6457.1412.8831.96
Hex5C5B4701174039d20
Octal1341331070127100711540
Binary101110010110111000111011011110000001110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,91,71); }

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

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

 a { background-color: rgb(92,91,71); }

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

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

 span { border-color: rgb(92,91,71); }

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