Html Css Color HEX #5A5A42 Verdigris

📋 copy color: '#5A5A42'

red 90 ◦ green 90 ◦ blue 66

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

Shades of Verdigris #5A5A42

Tints of Verdigris #5A5A42

RGB

 RED value IS 90 (35.55% from 255) = 36.59%

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 36.59%
G = 36.59%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A5A42 (or 0x5A5A42) is known color: Verdigris. HEX triplet: 5A, 5A and 42. RGB value is (90,90,66). Sum of RGB (Red+Green+Blue) = 90+90+66=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A42 is #A5A5BD. Grayscale: #575757. Windows color (decimal): -10855870 or 4348506. OLE color: 4348506.

HSL color Cylindrical-coordinate representation of color #5A5A42: hue angle of 60º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5A42 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 90 66 -
CMYK 0 0 0.27 0.65
HSL 60º 0.15% 0.31% -
HSV(B) 60º 0.27% 0.35% -
XYZ 8.86 9.88 6.59 -
YUV 87.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 90 90 66 0 0 0.27 0.65 60 0.15 0.31
Hex 5A 5A 42 0 0 1B 41 3C F 1F
Octal 132 132 102 0 0 33 101 74 17 37
Binary 1011010 1011010 1000010 0 0 11011 1000001 111100 1111 11111

Color Harmonies of #5A5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A42

Black with #5A5A42

Text Example


Text Example

White with #5A5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,90,66); }

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

background-color css

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

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

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

border-color css

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

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

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