#5C5C3C

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

Shades of Verdigris #5C5C3C

Tints of Verdigris #5C5C3C

Color information

#5C5C3C (or 0x5C5C3C) is unknown color: approx Verdigris. HEX triplet: 5C, 5C and 3C. RGB value is (92,92,60). Sum of RGB (Red+Green+Blue) = 92+92+60=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5C3C is #A3A3C3. Grayscale: #585858. Windows color (decimal): -10724292 or 3955804. OLE color: 3955804.

HSL color Cylindrical-coordinate representation of color #5C5C3C: hue angle of 60º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C5C3C is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB929260-
CMYK000.350.64
HSL60º21.05%29.8%-
HSV(B)60º34.78%36.08%-
XYZ9.0610.265.78-
YUV88.35112130.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=37.70%
G=37.70%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal929260000.350.646021.0529.8
Hex5C5C3C0023403c151e
Octal134134740043100742536
Binary101110010111001111000010001110000001111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,92,60); }

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

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

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

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

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

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

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