#5F5B3D

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

Shades of Verdigris #5F5B3D

Tints of Verdigris #5F5B3D

Color information

#5F5B3D (or 0x5F5B3D) is unknown color: approx Verdigris. HEX triplet: 5F, 5B and 3D. RGB value is (95,91,61). Sum of RGB (Red+Green+Blue) = 95+91+61=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5B3D is #A0A4C2. Grayscale: #585858. Windows color (decimal): -10527939 or 4021087. OLE color: 4021087.

HSL color Cylindrical-coordinate representation of color #5F5B3D: hue angle of 52.94º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F5B3D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB959161-
CMYK00.040.360.63
HSL52.94º21.79%30.59%-
HSV(B)52.94º35.79%37.25%-
XYZ9.310.255.9-
YUV88.78112.33132.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=38.46%
G=36.84%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95916100.040.360.6352.9421.7930.59
Hex5F5B3D04243F35161f
Octal13713375044477652637
Binary1011111101101111110101001001001111111101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,91,61); }

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

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

 a { background-color: rgb(95,91,61); }

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

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

 span { border-color: rgb(95,91,61); }

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