Html Css Color HEX #5C5A41 Verdigris

📋 copy color: '#5C5A41'

red 92 ◦ green 90 ◦ blue 65

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

Shades of Verdigris #5C5A41

Tints of Verdigris #5C5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.44%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 37.25%
G = 36.44%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5C5A41 (or 0x5C5A41) is known color: Verdigris. HEX triplet: 5C, 5A and 41. RGB value is (92,90,65). Sum of RGB (Red+Green+Blue) = 92+90+65=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A41 is #A3A5BE. Grayscale: #575757. Windows color (decimal): -10724799 or 4282972. OLE color: 4282972.

HSL color Cylindrical-coordinate representation of color #5C5A41: hue angle of 55.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C5A41 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 90 65 -
CMYK 0 0.02 0.29 0.64
HSL 55.56º 0.17% 0.31% -
HSV(B) 55.56º 0.29% 0.36% -
XYZ 9.02 9.97 6.45 -
YUV 87.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 92 90 65 0 0.02 0.29 0.64 55.56 0.17 0.31
Hex 5C 5A 41 0 2 1D 40 38 11 1F
Octal 134 132 101 0 2 35 100 70 21 37
Binary 1011100 1011010 1000001 0 10 11101 1000000 111000 10001 11111

Color Harmonies of #5C5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5A41

Black with #5C5A41

Text Example


Text Example

White with #5C5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,90,65); }

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

background-color css

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

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

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

border-color css

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

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

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