#5F5C35

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

Shades of Verdigris #5F5C35

Tints of Verdigris #5F5C35

Color information

#5F5C35 (or 0x5F5C35) is unknown color: approx Verdigris. HEX triplet: 5F, 5C and 35. RGB value is (95,92,53). Sum of RGB (Red+Green+Blue) = 95+92+53=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5C35 is #A0A3CA. Grayscale: #585858. Windows color (decimal): -10527691 or 3497055. OLE color: 3497055.

HSL color Cylindrical-coordinate representation of color #5F5C35: hue angle of 55.71º 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 #5F5C35 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB959253-
CMYK00.030.440.63
HSL55.71º28.38%29.02%-
HSV(B)55.71º44.21%37.25%-
XYZ9.1910.344.88-
YUV88.45107.99132.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.58%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=39.58%
G=38.33%
B=22.08%

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
Decimal95925300.030.440.6355.7128.3829.02
Hex5F5C35032C3F381c1d
Octal13713465035477703435
Binary101111110111001101010111011001111111110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,92,53); }

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

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

 a { background-color: rgb(95,92,53); }

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

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

 span { border-color: rgb(95,92,53); }

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