Html Css Color HEX #575740 Verdigris

📋 copy color: '#575740'

red 87 ◦ green 87 ◦ blue 64

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

Shades of Verdigris #575740

Tints of Verdigris #575740

RGB

 RED value IS 87 (34.38% from 255) = 36.55%

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 36.55%
G = 36.55%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#575740 (or 0x575740) is known color: Verdigris. HEX triplet: 57, 57 and 40. RGB value is (87,87,64). Sum of RGB (Red+Green+Blue) = 87+87+64=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575740 is #A8A8BF. Grayscale: #545454. Windows color (decimal): -11053248 or 4216663. OLE color: 4216663.

HSL color Cylindrical-coordinate representation of color #575740: hue angle of 60º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575740 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 87 64 -
CMYK 0 0 0.26 0.66
HSL 60º 0.15% 0.3% -
HSV(B) 60º 0.26% 0.34% -
XYZ 8.26 9.21 6.19 -
YUV 84.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 87 87 64 0 0 0.26 0.66 60 0.15 0.3
Hex 57 57 40 0 0 1A 42 3C F 1E
Octal 127 127 100 0 0 32 102 74 17 36
Binary 1010111 1010111 1000000 0 0 11010 1000010 111100 1111 11110

Color Harmonies of #575740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575740

Black with #575740

Text Example


Text Example

White with #575740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575740; }

 p { color: rgb(87,87,64); }

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

background-color css

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

 a { background-color: rgb(87,87,64); }

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

border-color css

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

 span { border-color: rgb(87,87,64); }

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