#5E5B35

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

Shades of Verdigris #5E5B35

Tints of Verdigris #5E5B35

Color information

#5E5B35 (or 0x5E5B35) is unknown color: approx Verdigris. HEX triplet: 5E, 5B and 35. RGB value is (94,91,53). Sum of RGB (Red+Green+Blue) = 94+91+53=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5B35 is #A1A4CA. Grayscale: #575757. Windows color (decimal): -10593483 or 3496798. OLE color: 3496798.

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

Color convert

RGB949153-
CMYK00.030.440.63
HSL55.61º27.89%28.82%-
HSV(B)55.61º43.62%36.86%-
XYZ910.124.85-
YUV87.56108.49132.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.50%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=39.50%
G=38.24%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94915300.030.440.6355.6127.8928.82
Hex5E5B35032C3F381c1d
Octal13613365035477703435
Binary101111010110111101010111011001111111110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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