Html Css Color HEX #5C5C39 Verdigris

📋 copy color: '#5C5C39'

red 92 ◦ green 92 ◦ blue 57

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

Shades of Verdigris #5C5C39

Tints of Verdigris #5C5C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 38.17%
G = 38.17%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5C5C39 (or 0x5C5C39) is known color: Verdigris. HEX triplet: 5C, 5C and 39. RGB value is (92,92,57). Sum of RGB (Red+Green+Blue) = 92+92+57=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5C39 is #A3A3C6. Grayscale: #585858. Windows color (decimal): -10724295 or 3759196. OLE color: 3759196.

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

Color convert

RGB 92 92 57 -
CMYK 0 0 0.38 0.64
HSL 60º 0.23% 0.29% -
HSV(B) 60º 0.38% 0.36% -
XYZ 8.98 10.23 5.37 -
YUV 88.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 92 92 57 0 0 0.38 0.64 60 0.23 0.29
Hex 5C 5C 39 0 0 26 40 3C 17 1D
Octal 134 134 71 0 0 46 100 74 27 35
Binary 1011100 1011100 111001 0 0 100110 1000000 111100 10111 11101

Color Harmonies of #5C5C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5C39

Black with #5C5C39

Text Example


Text Example

White with #5C5C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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