Html Css Color HEX #5D5C48 Verdigris

📋 copy color: '#5D5C48'

red 93 ◦ green 92 ◦ blue 72

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

Shades of Verdigris #5D5C48

Tints of Verdigris #5D5C48

RGB

 RED value IS 93 (36.72% from 255) = 36.19%

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 36.19%
G = 35.8%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5D5C48 (or 0x5D5C48) is known color: Verdigris. HEX triplet: 5D, 5C and 48. RGB value is (93,92,72). Sum of RGB (Red+Green+Blue) = 93+92+72=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5C48 is #A2A3B7. Grayscale: #5A5A5A. Windows color (decimal): -10658744 or 4742237. OLE color: 4742237.

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

Color convert

RGB 93 92 72 -
CMYK 0 0.01 0.23 0.64
HSL 57.14º 0.13% 0.32% -
HSV(B) 57.14º 0.23% 0.36% -
XYZ 9.51 10.45 7.65 -
YUV 90.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 93 92 72 0 0.01 0.23 0.64 57.14 0.13 0.32
Hex 5D 5C 48 0 1 17 40 39 D 20
Octal 135 134 110 0 1 27 100 71 15 40
Binary 1011101 1011100 1001000 0 1 10111 1000000 111001 1101 100000

Color Harmonies of #5D5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5C48

Black with #5D5C48

Text Example


Text Example

White with #5D5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,92,72); }

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

background-color css

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

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

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

border-color css

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

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

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