Html Css Color HEX #5E5C43 Verdigris

📋 copy color: '#5E5C43'

red 94 ◦ green 92 ◦ blue 67

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

Shades of Verdigris #5E5C43

Tints of Verdigris #5E5C43

RGB

 RED value IS 94 (37.11% from 255) = 37.15%

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 37.15%
G = 36.36%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#5E5C43 (or 0x5E5C43) is known color: Verdigris. HEX triplet: 5E, 5C and 43. RGB value is (94,92,67). Sum of RGB (Red+Green+Blue) = 94+92+67=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5C43 is #A1A3BC. Grayscale: #595959. Windows color (decimal): -10593213 or 4414558. OLE color: 4414558.

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

Color convert

RGB 94 92 67 -
CMYK 0 0.02 0.29 0.63
HSL 55.56º 0.17% 0.32% -
HSV(B) 55.56º 0.29% 0.37% -
XYZ 9.46 10.44 6.83 -
YUV 89.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 94 92 67 0 0.02 0.29 0.63 55.56 0.17 0.32
Hex 5E 5C 43 0 2 1D 3F 38 11 20
Octal 136 134 103 0 2 35 77 70 21 40
Binary 1011110 1011100 1000011 0 10 11101 111111 111000 10001 100000

Color Harmonies of #5E5C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5C43

Black with #5E5C43

Text Example


Text Example

White with #5E5C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,92,67); }

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

background-color css

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

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

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

border-color css

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

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

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