Html Css Color HEX #5C5C49 Verdigris

📋 copy color: '#5C5C49'

red 92 ◦ green 92 ◦ blue 73

#5C5C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #5C5C49

Tints of Verdigris #5C5C49

RGB

 RED value IS 92 (36.33% from 255) = 35.8%

 GREEN value IS 92 (36.33% from 255) = 35.8%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 35.8%
G = 35.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5C5C49 (or 0x5C5C49) is known color: Verdigris. HEX triplet: 5C, 5C and 49. RGB value is (92,92,73). Sum of RGB (Red+Green+Blue) = 92+92+73=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5C49 is #A3A3B6. Grayscale: #595959. Windows color (decimal): -10724279 or 4807772. OLE color: 4807772.

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

Color convert

RGB 92 92 73 -
CMYK 0 0 0.21 0.64
HSL 60º 0.12% 0.32% -
HSV(B) 60º 0.21% 0.36% -
XYZ 9.44 10.41 7.82 -
YUV 89.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 92 92 73 0 0 0.21 0.64 60 0.12 0.32
Hex 5C 5C 49 0 0 15 40 3C C 20
Octal 134 134 111 0 0 25 100 74 14 40
Binary 1011100 1011100 1001001 0 0 10101 1000000 111100 1100 100000

Color Harmonies of #5C5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5C49

Black with #5C5C49

Text Example


Text Example

White with #5C5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C5C49;
 }
 .AnyTagClassName
 {
   color: #5C5C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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