#5E5B38

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

Shades of Verdigris #5E5B38

Tints of Verdigris #5E5B38

Color information

#5E5B38 (or 0x5E5B38) is unknown color: approx Verdigris. HEX triplet: 5E, 5B and 38. RGB value is (94,91,56). Sum of RGB (Red+Green+Blue) = 94+91+56=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5B38 is #A1A4C7. Grayscale: #585858. Windows color (decimal): -10593480 or 3693406. OLE color: 3693406.

HSL color Cylindrical-coordinate representation of color #5E5B38: hue angle of 55.26º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E5B38 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB949156-
CMYK00.030.400.63
HSL55.26º25.33%29.41%-
HSV(B)55.26º40.43%36.86%-
XYZ9.0710.155.22-
YUV87.91109.99132.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=39.00%
G=37.76%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94915600.030.400.6355.2625.3329.41
Hex5E5B3803283F37191d
Octal13613370035077673135
Binary101111010110111110000111010001111111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,91,56); }

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

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

 a { background-color: rgb(94,91,56); }

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

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

 span { border-color: rgb(94,91,56); }

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