Html Css Color HEX #5C5A3A Verdigris

📋 copy color: '#5C5A3A'

red 92 ◦ green 90 ◦ blue 58

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

Shades of Verdigris #5C5A3A

Tints of Verdigris #5C5A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 38.33%
G = 37.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C5A3A (or 0x5C5A3A) is known color: Verdigris. HEX triplet: 5C, 5A and 3A. RGB value is (92,90,58). Sum of RGB (Red+Green+Blue) = 92+90+58=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A3A is #A3A5C5. Grayscale: #575757. Windows color (decimal): -10724806 or 3824220. OLE color: 3824220.

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

Color convert

RGB 92 90 58 -
CMYK 0 0.02 0.37 0.64
HSL 56.47º 0.23% 0.29% -
HSV(B) 56.47º 0.37% 0.36% -
XYZ 8.83 9.89 5.45 -
YUV 86.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 92 90 58 0 0.02 0.37 0.64 56.47 0.23 0.29
Hex 5C 5A 3A 0 2 25 40 38 17 1D
Octal 134 132 72 0 2 45 100 70 27 35
Binary 1011100 1011010 111010 0 10 100101 1000000 111000 10111 11101

Color Harmonies of #5C5A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5A3A

Black with #5C5A3A

Text Example


Text Example

White with #5C5A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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