Html Css Color HEX #5F5F49 Verdigris

📋 copy color: '#5F5F49'

red 95 ◦ green 95 ◦ blue 73

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

Shades of Verdigris #5F5F49

Tints of Verdigris #5F5F49

RGB

 RED value IS 95 (37.5% from 255) = 36.12%

 GREEN value IS 95 (37.5% from 255) = 36.12%

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

R = 36.12%
G = 36.12%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5F5F49 (or 0x5F5F49) is known color: Verdigris. HEX triplet: 5F, 5F and 49. RGB value is (95,95,73). Sum of RGB (Red+Green+Blue) = 95+95+73=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 95 - color contains mainly: red, green. Hex color #5F5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5F49 is #A0A0B6. Grayscale: #5C5C5C. Windows color (decimal): -10526903 or 4808543. OLE color: 4808543.

HSL color Cylindrical-coordinate representation of color #5F5F49: hue angle of 60º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F5F49 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 95 73 -
CMYK 0 0 0.23 0.63
HSL 60º 0.13% 0.33% -
HSV(B) 60º 0.23% 0.37% -
XYZ 10.01 11.1 7.92 -
YUV 92.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 95 95 73 0 0 0.23 0.63 60 0.13 0.33
Hex 5F 5F 49 0 0 17 3F 3C D 21
Octal 137 137 111 0 0 27 77 74 15 41
Binary 1011111 1011111 1001001 0 0 10111 111111 111100 1101 100001

Color Harmonies of #5F5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5F49

Black with #5F5F49

Text Example


Text Example

White with #5F5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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