#5C5B43

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

Shades of Verdigris #5C5B43

Tints of Verdigris #5C5B43

Color information

#5C5B43 (or 0x5C5B43) is unknown color: approx Verdigris. HEX triplet: 5C, 5B and 43. RGB value is (92,91,67). Sum of RGB (Red+Green+Blue) = 92+91+67=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5B43 is #A3A4BC. Grayscale: #585858. Windows color (decimal): -10724541 or 4414300. OLE color: 4414300.

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

Color convert

RGB929167-
CMYK00.010.270.64
HSL57.6º15.72%31.18%-
HSV(B)57.6º27.17%36.08%-
XYZ9.1710.166.79-
YUV88.56115.83130.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=36.8%
G=36.4%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92916700.010.270.6457.615.7231.18
Hex5C5B43011B403a101f
Octal1341331030133100722037
Binary101110010110111000011011101110000001110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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